#33608A

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

Shades of Endeavour #33608A

Tints of Endeavour #33608A

Color information

#33608A (or 0x33608A) is unknown color: approx Endeavour. HEX triplet: 33, 60 and 8A. RGB value is (51,96,138). Sum of RGB (Red+Green+Blue) = 51+96+138=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #33608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33608A is #CC9F75. Grayscale: #575757. Windows color (decimal): -13410166 or 9068595. OLE color: 9068595.

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

Color convert

RGB5196138-
CMYK0.630.3000.46
HSL208.97º46.03%37.06%-
HSV(B)208.97º63.04%54.12%-
XYZ10.1410.925.62-
YUV87.33156.59102.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=17.89%
G=33.68%
B=48.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51961380.630.3000.46208.9746.0337.06
Hex33608A3F1E02Ed12e25
Octal6314021277360563215645
Binary11001111000001000101011111111110010111011010001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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