Html Css Color HEX #035DAA Cobalt

📋 copy color: '#035DAA'

red 3 ◦ green 93 ◦ blue 170

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

Shades of Cobalt #035DAA

Tints of Cobalt #035DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 1.13%
G = 34.96%
B = 63.91%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#035DAA (or 0x035DAA) is known color: Cobalt. HEX triplet: 03, 5D and AA. RGB value is (3,93,170). Sum of RGB (Red+Green+Blue) = 3+93+170=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #035DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DAA is #FCA255. Grayscale: #4A4A4A. Windows color (decimal): -16556630 or 11164931. OLE color: 11164931.

HSL color Cylindrical-coordinate representation of color #035DAA: hue angle of 207.66º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DAA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 93 170 -
CMYK 0.98 0.45 0 0.33
HSL 207.66º 0.97% 0.34% -
HSV(B) 207.66º 0.98% 0.67% -
XYZ 11.21 10.75 39.51 -
YUV 74.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 3 93 170 0.98 0.45 0 0.33 207.66 0.97 0.34
Hex 3 5D AA 62 2D 0 21 D0 61 22
Octal 3 135 252 142 55 0 41 320 141 42
Binary 11 1011101 10101010 1100010 101101 0 100001 11010000 1100001 100010

Color Harmonies of #035DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DAA

Black with #035DAA

Text Example


Text Example

White with #035DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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