#0348A4

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

Shades of Cobalt #0348A4

Tints of Cobalt #0348A4

Color information

#0348A4 (or 0x0348A4) is unknown color: approx Cobalt. HEX triplet: 03, 48 and A4. RGB value is (3,72,164). Sum of RGB (Red+Green+Blue) = 3+72+164=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #0348A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0348A4 is #FCB75B. Grayscale: #3D3D3D. Windows color (decimal): -16562012 or 10766339. OLE color: 10766339.

HSL color Cylindrical-coordinate representation of color #0348A4: hue angle of 214.29º 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 #0348A4 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB372164-
CMYK0.980.5600.36
HSL214.29º96.41%32.75%-
HSV(B)214.29º98.17%64.31%-
XYZ9.067.3336.06-
YUV61.86185.6486.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 164 (64.45% from 255) = 68.62%
R=1.26%
G=30.13%
B=68.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3721640.980.5600.36214.2996.4132.75
Hex348A46238024d66021
Octal31102441427004432614041
Binary1110010001010010011000101110000100100110101101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0348A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0348A4; }

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

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

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

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

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

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

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

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