#034A98

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

Shades of Cobalt #034A98

Tints of Cobalt #034A98

Color information

#034A98 (or 0x034A98) is unknown color: approx Cobalt. HEX triplet: 03, 4A and 98. RGB value is (3,74,152). Sum of RGB (Red+Green+Blue) = 3+74+152=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #034A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A98 is #FCB567. Grayscale: #3D3D3D. Windows color (decimal): -16561512 or 9980419. OLE color: 9980419.

HSL color Cylindrical-coordinate representation of color #034A98: hue angle of 211.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A98 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB374152-
CMYK0.980.5100.40
HSL211.41º96.13%30.39%-
HSV(B)211.41º98.03%59.61%-
XYZ8.157.1830.66-
YUV61.66178.9886.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 152 (59.77% from 255) = 66.38%
R=1.31%
G=32.31%
B=66.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3741520.980.5100.40211.4196.1330.39
Hex34A986233028d3601e
Octal31122301426305032314036
Binary111001010100110001100010110011010100011010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034A98; }

 p { color: rgb(3,74,152); }

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

<style>
 a { background-color: #034A98; }

 a { background-color: rgb(3,74,152); }

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

<style>
 span { border-color: #034A98; }

 span { border-color: rgb(3,74,152); }

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