Html Css Color HEX #035DAE Cobalt

📋 copy color: '#035DAE'

red 3 ◦ green 93 ◦ blue 174

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

Shades of Cobalt #035DAE

Tints of Cobalt #035DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 1.11%
G = 34.44%
B = 64.44%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#035DAE (or 0x035DAE) is known color: Cobalt. HEX triplet: 03, 5D and AE. RGB value is (3,93,174). Sum of RGB (Red+Green+Blue) = 3+93+174=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #035DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DAE is #FCA251. Grayscale: #4A4A4A. Windows color (decimal): -16556626 or 11427075. OLE color: 11427075.

HSL color Cylindrical-coordinate representation of color #035DAE: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DAE is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 93 174 -
CMYK 0.98 0.47 0 0.32
HSL 208.42º 0.97% 0.35% -
HSV(B) 208.42º 0.98% 0.68% -
XYZ 11.59 10.9 41.54 -
YUV 75.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 3 93 174 0.98 0.47 0 0.32 208.42 0.97 0.35
Hex 3 5D AE 62 2F 0 20 D0 61 23
Octal 3 135 256 142 57 0 40 320 141 43
Binary 11 1011101 10101110 1100010 101111 0 100000 11010000 1100001 100011

Color Harmonies of #035DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DAE

Black with #035DAE

Text Example


Text Example

White with #035DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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