Html Css Color HEX #035C9D Cobalt

📋 copy color: '#035C9D'

red 3 ◦ green 92 ◦ blue 157

#035C9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #035C9D

Tints of Cobalt #035C9D

RGB

 RED value IS 3 (1.56% from 255) = 1.19%

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 1.19%
G = 36.51%
B = 62.3%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#035C9D (or 0x035C9D) is known color: Cobalt. HEX triplet: 03, 5C and 9D. RGB value is (3,92,157). Sum of RGB (Red+Green+Blue) = 3+92+157=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #035C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C9D is #FCA362. Grayscale: #484848. Windows color (decimal): -16556899 or 10312707. OLE color: 10312707.

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

Color convert

RGB 3 92 157 -
CMYK 0.98 0.41 0 0.38
HSL 205.32º 0.96% 0.31% -
HSV(B) 205.32º 0.98% 0.62% -
XYZ 9.95 10.11 33.32 -
YUV 72.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 3 92 157 0.98 0.41 0 0.38 205.32 0.96 0.31
Hex 3 5C 9D 62 29 0 26 CD 60 1F
Octal 3 134 235 142 51 0 46 315 140 37
Binary 11 1011100 10011101 1100010 101001 0 100110 11001101 1100000 11111

Color Harmonies of #035C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C9D

Black with #035C9D

Text Example


Text Example

White with #035C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,92,157); }

 H1.HeaderClassName
 {
   color: #035C9D;
 }
 .AnyTagClassName
 {
   color: #035C9D;
 }
</style>

background-color css

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

 a { background-color: rgb(3,92,157); }

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

border-color css

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

 span { border-color: rgb(3,92,157); }

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