Html Css Color HEX #034A65 Sherpa Blue

📋 copy color: '#034A65'

red 3 ◦ green 74 ◦ blue 101

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

Shades of Sherpa Blue #034A65

Tints of Sherpa Blue #034A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 56.74%

R = 1.69%
G = 41.57%
B = 56.74%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034A65 (or 0x034A65) is known color: Sherpa Blue. HEX triplet: 03, 4A and 65. RGB value is (3,74,101). Sum of RGB (Red+Green+Blue) = 3+74+101=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #034A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A65 is #FCB59A. Grayscale: #373737. Windows color (decimal): -16561563 or 6638083. OLE color: 6638083.

HSL color Cylindrical-coordinate representation of color #034A65: hue angle of 196.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A65 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 74 101 -
CMYK 0.97 0.27 0 0.60
HSL 196.53º 0.94% 0.2% -
HSV(B) 196.53º 0.97% 0.4% -
XYZ 4.84 5.86 13.19 -
YUV 55.85 153.48 90.3 -
System Red Green Blue C M Y K H S L
Decimal 3 74 101 0.97 0.27 0 0.60 196.53 0.94 0.2
Hex 3 4A 65 61 1B 0 3C C5 5E 14
Octal 3 112 145 141 33 0 74 305 136 24
Binary 11 1001010 1100101 1100001 11011 0 111100 11000101 1011110 10100

Color Harmonies of #034A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A65

Black with #034A65

Text Example


Text Example

White with #034A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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