#034152

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

Shades of Sherpa Blue #034152

Tints of Sherpa Blue #034152

Color information

#034152 (or 0x034152) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 52. RGB value is (3,65,82). Sum of RGB (Red+Green+Blue) = 3+65+82=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #034152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034152 is #FCBEAD. Grayscale: #303030. Windows color (decimal): -16563886 or 5390595. OLE color: 5390595.

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

Color convert

RGB36582-
CMYK0.960.2100.68
HSL192.91º92.94%16.67%-
HSV(B)192.91º96.34%32.16%-
XYZ3.454.418.65-
YUV48.4146.9695.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 82 (32.42% from 255) = 54.67%
R=2%
G=43.33%
B=54.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal365820.960.2100.68192.9192.9416.67
Hex341526015044c15d11
Octal310112214025010430113521
Binary11100000110100101100000101010100010011000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034152; }

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

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

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

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

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

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

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

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