#033AC0

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

Shades of Cobalt #033AC0

Tints of Cobalt #033AC0

Color information

#033AC0 (or 0x033AC0) is unknown color: approx Cobalt. HEX triplet: 03, 3A and C0. RGB value is (3,58,192). Sum of RGB (Red+Green+Blue) = 3+58+192=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #033AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033AC0 is #FCC53F. Grayscale: #383838. Windows color (decimal): -16565568 or 12597763. OLE color: 12597763.

HSL color Cylindrical-coordinate representation of color #033AC0: hue angle of 222.54º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033AC0 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB358192-
CMYK0.980.7000.25
HSL222.54º96.92%38.24%-
HSV(B)222.54º98.44%75.29%-
XYZ11.076.8550.61-
YUV56.83204.2889.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 192 (75.39% from 255) = 75.89%
R=1.19%
G=22.92%
B=75.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3581920.980.7000.25222.5496.9238.24
Hex33AC06246019df6126
Octal37230014210603133714146
Binary111110101100000011000101000110011001110111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033AC0; }

 p { color: rgb(3,58,192); }

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

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

 a { background-color: rgb(3,58,192); }

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

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

 span { border-color: rgb(3,58,192); }

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