#034353

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

Shades of Sherpa Blue #034353

Tints of Sherpa Blue #034353

Color information

#034353 (or 0x034353) is unknown color: approx Sherpa Blue. HEX triplet: 03, 43 and 53. RGB value is (3,67,83). Sum of RGB (Red+Green+Blue) = 3+67+83=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #034353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034353 is #FCBCAC. Grayscale: #313131. Windows color (decimal): -16563373 or 5456643. OLE color: 5456643.

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

Color convert

RGB36783-
CMYK0.960.1900.67
HSL192º93.02%16.86%-
HSV(B)192º96.39%32.55%-
XYZ3.614.668.89-
YUV49.69146.894.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=1.96%
G=43.79%
B=54.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal367830.960.1900.6719293.0216.86
Hex343536013043c05d11
Octal310312314023010330013521
Binary11100001110100111100000100110100001111000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034353; }

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

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

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

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

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

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

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

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