Html Css Color HEX #034652 Sherpa Blue

📋 copy color: '#034652'

red 3 ◦ green 70 ◦ blue 82

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

Shades of Sherpa Blue #034652

Tints of Sherpa Blue #034652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.16%

 BLUE value IS 82 (32.42% from 255) = 52.9%

R = 1.94%
G = 45.16%
B = 52.9%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#034652 (or 0x034652) is known color: Sherpa Blue. HEX triplet: 03, 46 and 52. RGB value is (3,70,82). Sum of RGB (Red+Green+Blue) = 3+70+82=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #034652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034652 is #FCB9AD. Grayscale: #333333. Windows color (decimal): -16562606 or 5391875. OLE color: 5391875.

HSL color Cylindrical-coordinate representation of color #034652: hue angle of 189.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034652 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 70 82 -
CMYK 0.96 0.15 0 0.68
HSL 189.11º 0.93% 0.17% -
HSV(B) 189.11º 0.96% 0.32% -
XYZ 3.75 5.01 8.75 -
YUV 51.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 3 70 82 0.96 0.15 0 0.68 189.11 0.93 0.17
Hex 3 46 52 60 F 0 44 BD 5D 11
Octal 3 106 122 140 17 0 104 275 135 21
Binary 11 1000110 1010010 1100000 1111 0 1000100 10111101 1011101 10001

Color Harmonies of #034652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034652

Black with #034652

Text Example


Text Example

White with #034652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034652; }

 p { color: rgb(3,70,82); }

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

background-color css

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

 a { background-color: rgb(3,70,82); }

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

border-color css

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

 span { border-color: rgb(3,70,82); }

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