Html Css Color HEX #034855 Sherpa Blue

📋 copy color: '#034855'

red 3 ◦ green 72 ◦ blue 85

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

Shades of Sherpa Blue #034855

Tints of Sherpa Blue #034855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 1.88%
G = 45%
B = 53.13%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#034855 (or 0x034855) is known color: Sherpa Blue. HEX triplet: 03, 48 and 55. RGB value is (3,72,85). Sum of RGB (Red+Green+Blue) = 3+72+85=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #034855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034855 is #FCB7AA. Grayscale: #343434. Windows color (decimal): -16562091 or 5588995. OLE color: 5588995.

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

Color convert

RGB 3 72 85 -
CMYK 0.96 0.15 0 0.67
HSL 189.51º 0.93% 0.17% -
HSV(B) 189.51º 0.96% 0.33% -
XYZ 3.99 5.31 9.41 -
YUV 52.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 3 72 85 0.96 0.15 0 0.67 189.51 0.93 0.17
Hex 3 48 55 60 F 0 43 BE 5D 11
Octal 3 110 125 140 17 0 103 276 135 21
Binary 11 1001000 1010101 1100000 1111 0 1000011 10111110 1011101 10001

Color Harmonies of #034855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034855

Black with #034855

Text Example


Text Example

White with #034855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034855; }

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

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

background-color css

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

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

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

border-color css

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

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

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