Html Css Color HEX #034852 Sherpa Blue

📋 copy color: '#034852'

red 3 ◦ green 72 ◦ blue 82

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

Shades of Sherpa Blue #034852

Tints of Sherpa Blue #034852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 1.91%
G = 45.86%
B = 52.23%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#034852 (or 0x034852) is known color: Sherpa Blue. HEX triplet: 03, 48 and 52. RGB value is (3,72,82). Sum of RGB (Red+Green+Blue) = 3+72+82=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #034852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034852 is #FCB7AD. Grayscale: #343434. Windows color (decimal): -16562094 or 5392387. OLE color: 5392387.

HSL color Cylindrical-coordinate representation of color #034852: hue angle of 187.59º 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 #034852 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 72 82 -
CMYK 0.96 0.12 0 0.68
HSL 187.59º 0.93% 0.17% -
HSV(B) 187.59º 0.96% 0.32% -
XYZ 3.88 5.26 8.79 -
YUV 52.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 3 72 82 0.96 0.12 0 0.68 187.59 0.93 0.17
Hex 3 48 52 60 C 0 44 BC 5D 11
Octal 3 110 122 140 14 0 104 274 135 21
Binary 11 1001000 1010010 1100000 1100 0 1000100 10111100 1011101 10001

Color Harmonies of #034852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034852

Black with #034852

Text Example


Text Example

White with #034852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034852; }

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

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

background-color css

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

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

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

border-color css

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

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

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