#034252

Color #034252 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #034252

Tints of Sherpa Blue #034252

Color information

#034252 (or 0x034252) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 52. RGB value is (3,66,82). Sum of RGB (Red+Green+Blue) = 3+66+82=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #034252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034252 is #FCBDAD. Grayscale: #303030. Windows color (decimal): -16563630 or 5390851. OLE color: 5390851.

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

Color convert

RGB36682-
CMYK0.960.2000.68
HSL192.15º92.94%16.67%-
HSV(B)192.15º96.34%32.16%-
XYZ3.514.528.67-
YUV48.99146.6395.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=1.99%
G=43.71%
B=54.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal366820.960.2000.68192.1592.9416.67
Hex342526014044c05d11
Octal310212214024010430013521
Binary11100001010100101100000101000100010011000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034252; }

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

 H1.HeaderClassName
 {
   color: #034252;
 }
 .AnyTagClassName
 {
   color: #034252;
 }
</style>
background-color css

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

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

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

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

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

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