Html Css Color HEX #035299 Cobalt

📋 copy color: '#035299'

red 3 ◦ green 82 ◦ blue 153

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

Shades of Cobalt #035299

Tints of Cobalt #035299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 1.26%
G = 34.45%
B = 64.29%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#035299 (or 0x035299) is known color: Cobalt. HEX triplet: 03, 52 and 99. RGB value is (3,82,153). Sum of RGB (Red+Green+Blue) = 3+82+153=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #035299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035299 is #FCAD66. Grayscale: #424242. Windows color (decimal): -16559463 or 10048003. OLE color: 10048003.

HSL color Cylindrical-coordinate representation of color #035299: hue angle of 208.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035299 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 82 153 -
CMYK 0.98 0.46 0 0.4
HSL 208.4º 0.96% 0.31% -
HSV(B) 208.4º 0.98% 0.6% -
XYZ 8.8 8.35 31.29 -
YUV 66.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 3 82 153 0.98 0.46 0 0.4 208.4 0.96 0.31
Hex 3 52 99 62 2E 0 28 D0 60 1F
Octal 3 122 231 142 56 0 50 320 140 37
Binary 11 1010010 10011001 1100010 101110 0 101000 11010000 1100000 11111

Color Harmonies of #035299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035299

Black with #035299

Text Example


Text Example

White with #035299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035299; }

 p { color: rgb(3,82,153); }

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

background-color css

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

 a { background-color: rgb(3,82,153); }

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

border-color css

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

 span { border-color: rgb(3,82,153); }

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