Html Css Color HEX #034CCA Navy Blue

📋 copy color: '#034CCA'

red 3 ◦ green 76 ◦ blue 202

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

Shades of Navy Blue #034CCA

Tints of Navy Blue #034CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

 BLUE value IS 202 (79.3% from 255) = 71.89%

R = 1.07%
G = 27.05%
B = 71.89%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#034CCA (or 0x034CCA) is known color: Navy Blue. HEX triplet: 03, 4C and CA. RGB value is (3,76,202). Sum of RGB (Red+Green+Blue) = 3+76+202=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #034CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CCA is #FCB335. Grayscale: #434343. Windows color (decimal): -16560950 or 13257731. OLE color: 13257731.

HSL color Cylindrical-coordinate representation of color #034CCA: hue angle of 217.99º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CCA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 76 202 -
CMYK 0.99 0.62 0 0.21
HSL 217.99º 0.97% 0.4% -
HSV(B) 217.99º 0.99% 0.79% -
XYZ 13.28 9.45 57 -
YUV 68.54 203.32 81.25 -
System Red Green Blue C M Y K H S L
Decimal 3 76 202 0.99 0.62 0 0.21 217.99 0.97 0.4
Hex 3 4C CA 63 3E 0 15 DA 61 28
Octal 3 114 312 143 76 0 25 332 141 50
Binary 11 1001100 11001010 1100011 111110 0 10101 11011010 1100001 101000

Color Harmonies of #034CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CCA

Black with #034CCA

Text Example


Text Example

White with #034CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,202); }

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

background-color css

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

 a { background-color: rgb(3,76,202); }

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

border-color css

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

 span { border-color: rgb(3,76,202); }

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