#033640

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

Shades of Sherpa Blue #033640

Tints of Sherpa Blue #033640

Color information

#033640 (or 0x033640) is unknown color: approx Sherpa Blue. HEX triplet: 03, 36 and 40. RGB value is (3,54,64). Sum of RGB (Red+Green+Blue) = 3+54+64=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #033640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033640 is #FCC9BF. Grayscale: #272727. Windows color (decimal): -16566720 or 4208131. OLE color: 4208131.

HSL color Cylindrical-coordinate representation of color #033640: hue angle of 189.84º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033640 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35464-
CMYK0.950.1600.75
HSL189.84º91.04%13.14%-
HSV(B)189.84º95.31%25.1%-
XYZ2.283.035.31-
YUV39.89141.6101.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=2.48%
G=44.63%
B=52.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal354640.950.1600.75189.8491.0413.14
Hex336405F1004Bbe5bd
Octal36610013720011327613315
Binary111101101000000101111110000010010111011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033640; }

 p { color: rgb(3,54,64); }

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

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

 a { background-color: rgb(3,54,64); }

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

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

 span { border-color: rgb(3,54,64); }

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