#2355A5

Color #2355A5 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2355A5

Tints of Cerulean Blue #2355A5

Color information

#2355A5 (or 0x2355A5) is unknown color: approx Cerulean Blue. HEX triplet: 23, 55 and A5. RGB value is (35,85,165). Sum of RGB (Red+Green+Blue) = 35+85+165=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 165 (64.84% from 255 or 57.89% from 285); Max value from RGB is 165 - color contains mainly: blue. Hex color #2355A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2355A5 is #DCAA5A. Grayscale: #4E4E4E. Windows color (decimal): -14461531 or 10835235. OLE color: 10835235.

HSL color Cylindrical-coordinate representation of color #2355A5: hue angle of 216.92º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2355A5 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3585165-
CMYK0.790.4800.35
HSL216.92º65%39.22%-
HSV(B)216.92º78.79%64.71%-
XYZ10.739.5736.88-
YUV79.17176.4496.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 165 (64.84% from 255) = 57.89%
R=12.28%
G=29.82%
B=57.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35851650.790.4800.35216.926539.22
Hex2355A54F30023d94127
Octal431252451176004333110147
Binary10001110101011010010110011111100000100011110110011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2355A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2355A5; }

 p { color: rgb(35,85,165); }

 H1.HeaderClassName
 {
   color: #2355A5;
 }
 .AnyTagClassName
 {
   color: #2355A5;
 }
</style>
background-color css

<style>
 a { background-color: #2355A5; }

 a { background-color: rgb(35,85,165); }

 div.DivClassName
 {
   background-color: #2355A5;
 }
 .BgClassName
 {
   background-color: #2355A5;
 }
</style>
border-color css

<style>
 span { border-color: #2355A5; }

 span { border-color: rgb(35,85,165); }

 td.TdClassName
 {
   border-color: #2355A5;
 }
 .TagClassName
 {
   border-color: #2355A5;
 }
</style>