Html Css Color HEX #035AB2 Cobalt

📋 copy color: '#035AB2'

red 3 ◦ green 90 ◦ blue 178

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

Shades of Cobalt #035AB2

Tints of Cobalt #035AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 178 (69.92% from 255) = 65.68%

R = 1.11%
G = 33.21%
B = 65.68%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#035AB2 (or 0x035AB2) is known color: Cobalt. HEX triplet: 03, 5A and B2. RGB value is (3,90,178). Sum of RGB (Red+Green+Blue) = 3+90+178=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #035AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AB2 is #FCA54D. Grayscale: #494949. Windows color (decimal): -16557390 or 11688451. OLE color: 11688451.

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

Color convert

RGB 3 90 178 -
CMYK 0.98 0.49 0 0.30
HSL 210.17º 0.97% 0.35% -
HSV(B) 210.17º 0.98% 0.7% -
XYZ 11.73 10.55 43.54 -
YUV 74.02 186.68 77.34 -
System Red Green Blue C M Y K H S L
Decimal 3 90 178 0.98 0.49 0 0.30 210.17 0.97 0.35
Hex 3 5A B2 62 31 0 1E D2 61 23
Octal 3 132 262 142 61 0 36 322 141 43
Binary 11 1011010 10110010 1100010 110001 0 11110 11010010 1100001 100011

Color Harmonies of #035AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AB2

Black with #035AB2

Text Example


Text Example

White with #035AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,90,178); }

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

background-color css

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

 a { background-color: rgb(3,90,178); }

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

border-color css

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

 span { border-color: rgb(3,90,178); }

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