Html Css Color HEX #035DAC Cobalt

📋 copy color: '#035DAC'

red 3 ◦ green 93 ◦ blue 172

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

Shades of Cobalt #035DAC

Tints of Cobalt #035DAC

RGB

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

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

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

R = 1.12%
G = 34.7%
B = 64.18%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#035DAC (or 0x035DAC) is known color: Cobalt. HEX triplet: 03, 5D and AC. RGB value is (3,93,172). Sum of RGB (Red+Green+Blue) = 3+93+172=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #035DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DAC is #FCA253. Grayscale: #4A4A4A. Windows color (decimal): -16556628 or 11296003. OLE color: 11296003.

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

Color convert

RGB 3 93 172 -
CMYK 0.98 0.46 0 0.33
HSL 208.05º 0.97% 0.34% -
HSV(B) 208.05º 0.98% 0.67% -
XYZ 11.4 10.83 40.52 -
YUV 75.1 182.68 76.58 -
System Red Green Blue C M Y K H S L
Decimal 3 93 172 0.98 0.46 0 0.33 208.05 0.97 0.34
Hex 3 5D AC 62 2E 0 21 D0 61 22
Octal 3 135 254 142 56 0 41 320 141 42
Binary 11 1011101 10101100 1100010 101110 0 100001 11010000 1100001 100010

Color Harmonies of #035DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DAC

Black with #035DAC

Text Example


Text Example

White with #035DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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