#035FA4

Color #035FA4 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #035FA4

Tints of Cobalt #035FA4

Color information

#035FA4 (or 0x035FA4) is unknown color: approx Cobalt. HEX triplet: 03, 5F and A4. RGB value is (3,95,164). Sum of RGB (Red+Green+Blue) = 3+95+164=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #035FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035FA4 is #FCA05B. Grayscale: #4A4A4A. Windows color (decimal): -16556124 or 10772227. OLE color: 10772227.

HSL color Cylindrical-coordinate representation of color #035FA4: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035FA4 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB395164-
CMYK0.980.4200.36
HSL205.71º96.41%32.75%-
HSV(B)205.71º98.17%64.31%-
XYZ10.8310.8836.65-
YUV75.36178.0276.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 164 (64.45% from 255) = 62.60%
R=1.15%
G=36.26%
B=62.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3951640.980.4200.36205.7196.4132.75
Hex35FA4622A024ce6021
Octal31372441425204431614041
Binary1110111111010010011000101010100100100110011101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,95,164); }

 H1.HeaderClassName
 {
   color: #035FA4;
 }
 .AnyTagClassName
 {
   color: #035FA4;
 }
</style>
background-color css

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

 a { background-color: rgb(3,95,164); }

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

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

 span { border-color: rgb(3,95,164); }

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