Html Css Color HEX #035398 Cobalt

📋 copy color: '#035398'

red 3 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #035398

Tints of Cobalt #035398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 1.26%
G = 34.87%
B = 63.87%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#035398 (or 0x035398) is known color: Cobalt. HEX triplet: 03, 53 and 98. RGB value is (3,83,152). Sum of RGB (Red+Green+Blue) = 3+83+152=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #035398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035398 is #FCAC67. Grayscale: #424242. Windows color (decimal): -16559208 or 9982723. OLE color: 9982723.

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

Color convert

RGB 3 83 152 -
CMYK 0.98 0.45 0 0.40
HSL 207.79º 0.96% 0.3% -
HSV(B) 207.79º 0.98% 0.6% -
XYZ 8.8 8.47 30.88 -
YUV 66.95 176 82.39 -
System Red Green Blue C M Y K H S L
Decimal 3 83 152 0.98 0.45 0 0.40 207.79 0.96 0.3
Hex 3 53 98 62 2D 0 28 D0 60 1E
Octal 3 123 230 142 55 0 50 320 140 36
Binary 11 1010011 10011000 1100010 101101 0 101000 11010000 1100000 11110

Color Harmonies of #035398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035398

Black with #035398

Text Example


Text Example

White with #035398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035398; }

 p { color: rgb(3,83,152); }

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

background-color css

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

 a { background-color: rgb(3,83,152); }

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

border-color css

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

 span { border-color: rgb(3,83,152); }

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