Html Css Color HEX #035DA2 Cobalt

📋 copy color: '#035DA2'

red 3 ◦ green 93 ◦ blue 162

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

Shades of Cobalt #035DA2

Tints of Cobalt #035DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

 BLUE value IS 162 (63.67% from 255) = 62.79%

R = 1.16%
G = 36.05%
B = 62.79%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#035DA2 (or 0x035DA2) is known color: Cobalt. HEX triplet: 03, 5D and A2. RGB value is (3,93,162). Sum of RGB (Red+Green+Blue) = 3+93+162=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #035DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DA2 is #FCA25D. Grayscale: #494949. Windows color (decimal): -16556638 or 10640643. OLE color: 10640643.

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

Color convert

RGB 3 93 162 -
CMYK 0.98 0.43 0 0.36
HSL 206.04º 0.96% 0.32% -
HSV(B) 206.04º 0.98% 0.64% -
XYZ 10.47 10.46 35.65 -
YUV 73.96 177.68 77.39 -
System Red Green Blue C M Y K H S L
Decimal 3 93 162 0.98 0.43 0 0.36 206.04 0.96 0.32
Hex 3 5D A2 62 2B 0 24 CE 60 20
Octal 3 135 242 142 53 0 44 316 140 40
Binary 11 1011101 10100010 1100010 101011 0 100100 11001110 1100000 100000

Color Harmonies of #035DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DA2

Black with #035DA2

Text Example


Text Example

White with #035DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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