#033440

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

Shades of Sherpa Blue #033440

Tints of Sherpa Blue #033440

Color information

#033440 (or 0x033440) is unknown color: approx Sherpa Blue. HEX triplet: 03, 34 and 40. RGB value is (3,52,64). Sum of RGB (Red+Green+Blue) = 3+52+64=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #033440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033440 is #FCCBBF. Grayscale: #262626. Windows color (decimal): -16567232 or 4207619. OLE color: 4207619.

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

Color convert

RGB35264-
CMYK0.950.1900.75
HSL191.8º91.04%13.14%-
HSV(B)191.8º95.31%25.1%-
XYZ2.192.855.28-
YUV38.72142.27102.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=2.52%
G=43.70%
B=53.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal352640.950.1900.75191.891.0413.14
Hex334405F1304Bc05bd
Octal36410013723011330013315
Binary111101001000000101111110011010010111100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033440; }

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

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

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

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

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

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

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

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