#0357AF

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

Shades of Cobalt #0357AF

Tints of Cobalt #0357AF

Color information

#0357AF (or 0x0357AF) is unknown color: approx Cobalt. HEX triplet: 03, 57 and AF. RGB value is (3,87,175). Sum of RGB (Red+Green+Blue) = 3+87+175=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #0357AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0357AF is #FCA850. Grayscale: #474747. Windows color (decimal): -16558161 or 11491075. OLE color: 11491075.

HSL color Cylindrical-coordinate representation of color #0357AF: hue angle of 210.7º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0357AF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB387175-
CMYK0.980.5000.31
HSL210.7º96.63%34.9%-
HSV(B)210.7º98.29%68.63%-
XYZ11.189.9341.88-
YUV71.92186.1778.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 175 (68.75% from 255) = 66.04%
R=1.13%
G=32.83%
B=66.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3871750.980.5000.31210.796.6334.9
Hex357AF623201Fd36123
Octal31272571426203732314143
Binary111010111101011111100010110010011111110100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0357AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0357AF; }

 p { color: rgb(3,87,175); }

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

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

 a { background-color: rgb(3,87,175); }

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

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

 span { border-color: rgb(3,87,175); }

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