Html Css Color HEX #034598 Cobalt

📋 copy color: '#034598'

red 3 ◦ green 69 ◦ blue 152

#034598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #034598

Tints of Cobalt #034598

RGB

 RED value IS 3 (1.56% from 255) = 1.34%

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 152 (59.77% from 255) = 67.86%

R = 1.34%
G = 30.8%
B = 67.86%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034598 (or 0x034598) is known color: Cobalt. HEX triplet: 03, 45 and 98. RGB value is (3,69,152). Sum of RGB (Red+Green+Blue) = 3+69+152=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #034598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034598 is #FCBA67. Grayscale: #3A3A3A. Windows color (decimal): -16562792 or 9979139. OLE color: 9979139.

HSL color Cylindrical-coordinate representation of color #034598: hue angle of 213.42º 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 #034598 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 69 152 -
CMYK 0.98 0.55 0 0.40
HSL 213.42º 0.96% 0.3% -
HSV(B) 213.42º 0.98% 0.6% -
XYZ 7.83 6.54 30.56 -
YUV 58.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 3 69 152 0.98 0.55 0 0.40 213.42 0.96 0.3
Hex 3 45 98 62 37 0 28 D5 60 1E
Octal 3 105 230 142 67 0 50 325 140 36
Binary 11 1000101 10011000 1100010 110111 0 101000 11010101 1100000 11110

Color Harmonies of #034598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034598

Black with #034598

Text Example


Text Example

White with #034598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034598; }

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

 H1.HeaderClassName
 {
   color: #034598;
 }
 .AnyTagClassName
 {
   color: #034598;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #034598;
 }
 .BgClassName
 {
   background-color: #034598;
 }
</style>

border-color css

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

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

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