Html Css Color HEX #034AAD Cobalt

📋 copy color: '#034AAD'

red 3 ◦ green 74 ◦ blue 173

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

Shades of Cobalt #034AAD

Tints of Cobalt #034AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 1.2%
G = 29.6%
B = 69.2%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#034AAD (or 0x034AAD) is known color: Cobalt. HEX triplet: 03, 4A and AD. RGB value is (3,74,173). Sum of RGB (Red+Green+Blue) = 3+74+173=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #034AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AAD is #FCB552. Grayscale: #3F3F3F. Windows color (decimal): -16561491 or 11356675. OLE color: 11356675.

HSL color Cylindrical-coordinate representation of color #034AAD: hue angle of 214.94º 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 #034AAD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 74 173 -
CMYK 0.98 0.57 0 0.32
HSL 214.94º 0.97% 0.35% -
HSV(B) 214.94º 0.98% 0.68% -
XYZ 10.03 7.93 40.54 -
YUV 64.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 3 74 173 0.98 0.57 0 0.32 214.94 0.97 0.35
Hex 3 4A AD 62 39 0 20 D7 61 23
Octal 3 112 255 142 71 0 40 327 141 43
Binary 11 1001010 10101101 1100010 111001 0 100000 11010111 1100001 100011

Color Harmonies of #034AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AAD

Black with #034AAD

Text Example


Text Example

White with #034AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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