#034253

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

Shades of Sherpa Blue #034253

Tints of Sherpa Blue #034253

Color information

#034253 (or 0x034253) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 53. RGB value is (3,66,83). Sum of RGB (Red+Green+Blue) = 3+66+83=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #034253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034253 is #FCBDAC. Grayscale: #303030. Windows color (decimal): -16563629 or 5456387. OLE color: 5456387.

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

Color convert

RGB36683-
CMYK0.960.2000.67
HSL192.75º93.02%16.86%-
HSV(B)192.75º96.39%32.55%-
XYZ3.554.548.87-
YUV49.1147.1395.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=1.97%
G=43.42%
B=54.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal366830.960.2000.67192.7593.0216.86
Hex342536014043c15d11
Octal310212314024010330113521
Binary11100001010100111100000101000100001111000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034253; }

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

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

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

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

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

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

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

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