#035D9C

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

Shades of Cobalt #035D9C

Tints of Cobalt #035D9C

Color information

#035D9C (or 0x035D9C) is unknown color: approx Cobalt. HEX triplet: 03, 5D and 9C. RGB value is (3,93,156). Sum of RGB (Red+Green+Blue) = 3+93+156=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #035D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D9C is #FCA263. Grayscale: #484848. Windows color (decimal): -16556644 or 10247427. OLE color: 10247427.

HSL color Cylindrical-coordinate representation of color #035D9C: hue angle of 204.71º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D9C is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB393156-
CMYK0.980.4000.39
HSL204.71º96.23%31.18%-
HSV(B)204.71º98.08%61.18%-
XYZ9.9510.2532.91-
YUV73.27174.6877.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=1.19%
G=36.90%
B=61.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3931560.980.4000.39204.7196.2331.18
Hex35D9C6228027cd601f
Octal31352341425004731514037
Binary111011101100111001100010101000010011111001101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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