#33608B

Color #33608B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #33608B

Tints of Endeavour #33608B

Color information

#33608B (or 0x33608B) is unknown color: approx Endeavour. HEX triplet: 33, 60 and 8B. RGB value is (51,96,139). Sum of RGB (Red+Green+Blue) = 51+96+139=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #33608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33608B is #CC9F74. Grayscale: #575757. Windows color (decimal): -13410165 or 9134131. OLE color: 9134131.

HSL color Cylindrical-coordinate representation of color #33608B: hue angle of 209.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33608B is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5196139-
CMYK0.630.3100.45
HSL209.32º46.32%37.25%-
HSV(B)209.32º63.31%54.51%-
XYZ10.2110.9326-
YUV87.45157.09102-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=17.83%
G=33.57%
B=48.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51961390.630.3100.45209.3246.3237.25
Hex33608B3F1F02Dd12e25
Octal6314021377370553215645
Binary11001111000001000101111111111111010110111010001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33608B; }

 p { color: rgb(51,96,139); }

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

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

 a { background-color: rgb(51,96,139); }

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

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

 span { border-color: rgb(51,96,139); }

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