#035D92

Color #035D92 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #035D92

Tints of Dark Cerulean #035D92

Color information

#035D92 (or 0x035D92) is unknown color: approx Dark Cerulean. HEX triplet: 03, 5D and 92. RGB value is (3,93,146). Sum of RGB (Red+Green+Blue) = 3+93+146=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #035D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D92 is #FCA26D. Grayscale: #474747. Windows color (decimal): -16556654 or 9592067. OLE color: 9592067.

HSL color Cylindrical-coordinate representation of color #035D92: hue angle of 202.24º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D92 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB393146-
CMYK0.980.3600.43
HSL202.24º95.97%29.22%-
HSV(B)202.24º97.95%57.25%-
XYZ9.149.9228.63-
YUV72.13169.6878.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=1.24%
G=38.43%
B=60.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3931460.980.3600.43202.2495.9729.22
Hex35D92622402Bca601d
Octal31352221424405331214035
Binary111011101100100101100010100100010101111001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035D92; }

 p { color: rgb(3,93,146); }

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

<style>
 a { background-color: #035D92; }

 a { background-color: rgb(3,93,146); }

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

<style>
 span { border-color: #035D92; }

 span { border-color: rgb(3,93,146); }

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