Html Css Color HEX #034A5A Sherpa Blue

📋 copy color: '#034A5A'

red 3 ◦ green 74 ◦ blue 90

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

Shades of Sherpa Blue #034A5A

Tints of Sherpa Blue #034A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 1.8%
G = 44.31%
B = 53.89%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#034A5A (or 0x034A5A) is known color: Sherpa Blue. HEX triplet: 03, 4A and 5A. RGB value is (3,74,90). Sum of RGB (Red+Green+Blue) = 3+74+90=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #034A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A5A is #FCB5A5. Grayscale: #363636. Windows color (decimal): -16561574 or 5917187. OLE color: 5917187.

HSL color Cylindrical-coordinate representation of color #034A5A: hue angle of 191.03º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A5A is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 74 90 -
CMYK 0.97 0.18 0 0.65
HSL 191.03º 0.94% 0.18% -
HSV(B) 191.03º 0.97% 0.35% -
XYZ 4.33 5.66 10.54 -
YUV 54.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 3 74 90 0.97 0.18 0 0.65 191.03 0.94 0.18
Hex 3 4A 5A 61 12 0 41 BF 5E 12
Octal 3 112 132 141 22 0 101 277 136 22
Binary 11 1001010 1011010 1100001 10010 0 1000001 10111111 1011110 10010

Color Harmonies of #034A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A5A

Black with #034A5A

Text Example


Text Example

White with #034A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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