#33618D

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

Shades of Endeavour #33618D

Tints of Endeavour #33618D

Color information

#33618D (or 0x33618D) is unknown color: approx Endeavour. HEX triplet: 33, 61 and 8D. RGB value is (51,97,141). Sum of RGB (Red+Green+Blue) = 51+97+141=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #33618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33618D is #CC9E72. Grayscale: #585858. Windows color (decimal): -13409907 or 9265459. OLE color: 9265459.

HSL color Cylindrical-coordinate representation of color #33618D: hue angle of 209.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33618D is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5197141-
CMYK0.640.3100.45
HSL209.33º46.88%37.65%-
HSV(B)209.33º63.83%55.29%-
XYZ10.4511.1826.81-
YUV88.26157.76101.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=17.65%
G=33.56%
B=48.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51971410.640.3100.45209.3346.8837.65
Hex33618D401F02Dd12f26
Octal63141215100370553215746
Binary110011110000110001101100000011111010110111010001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33618D; }

 p { color: rgb(51,97,141); }

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

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

 a { background-color: rgb(51,97,141); }

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

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

 span { border-color: rgb(51,97,141); }

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