Html Css Color HEX #035EAC Cobalt

📋 copy color: '#035EAC'

red 3 ◦ green 94 ◦ blue 172

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

Shades of Cobalt #035EAC

Tints of Cobalt #035EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.94%

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 1.12%
G = 34.94%
B = 63.94%

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

#035EAC (or 0x035EAC) is known color: Cobalt. HEX triplet: 03, 5E and AC. RGB value is (3,94,172). Sum of RGB (Red+Green+Blue) = 3+94+172=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #035EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035EAC is #FCA153. Grayscale: #4B4B4B. Windows color (decimal): -16556372 or 11296259. OLE color: 11296259.

HSL color Cylindrical-coordinate representation of color #035EAC: hue angle of 207.69º 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 #035EAC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 94 172 -
CMYK 0.98 0.45 0 0.33
HSL 207.69º 0.97% 0.34% -
HSV(B) 207.69º 0.98% 0.67% -
XYZ 11.49 11 40.55 -
YUV 75.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 3 94 172 0.98 0.45 0 0.33 207.69 0.97 0.34
Hex 3 5E AC 62 2D 0 21 D0 61 22
Octal 3 136 254 142 55 0 41 320 141 42
Binary 11 1011110 10101100 1100010 101101 0 100001 11010000 1100001 100010

Color Harmonies of #035EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EAC

Black with #035EAC

Text Example


Text Example

White with #035EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,172); }

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

background-color css

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

 a { background-color: rgb(3,94,172); }

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

border-color css

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

 span { border-color: rgb(3,94,172); }

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