#0349AE

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

Shades of Cobalt #0349AE

Tints of Cobalt #0349AE

Color information

#0349AE (or 0x0349AE) is unknown color: approx Cobalt. HEX triplet: 03, 49 and AE. RGB value is (3,73,174). Sum of RGB (Red+Green+Blue) = 3+73+174=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #0349AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0349AE is #FCB651. Grayscale: #3F3F3F. Windows color (decimal): -16561746 or 11421955. OLE color: 11421955.

HSL color Cylindrical-coordinate representation of color #0349AE: hue angle of 215.44º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0349AE is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB373174-
CMYK0.980.5800.32
HSL215.44º96.61%34.71%-
HSV(B)215.44º98.28%68.24%-
XYZ10.067.8441.03-
YUV63.58190.3184.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 174 (68.36% from 255) = 69.6%
R=1.2%
G=29.2%
B=69.6%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3731740.980.5800.32215.4496.6134.71
Hex349AE623A020d76123
Octal31112561427204032714143
Binary1110010011010111011000101110100100000110101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0349AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0349AE; }

 p { color: rgb(3,73,174); }

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

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

 a { background-color: rgb(3,73,174); }

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

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

 span { border-color: rgb(3,73,174); }

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