Html Css Color HEX #33608B Endeavour

📋 copy color: '#33608B'

red 51 ◦ green 96 ◦ blue 139

#33608B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #33608B

Tints of Endeavour #33608B

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.6%

R = 17.83%
G = 33.57%
B = 48.6%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33608B (or 0x33608B) is known color: 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

RGB 51 96 139 -
CMYK 0.63 0.31 0 0.45
HSL 209.32º 0.46% 0.37% -
HSV(B) 209.32º 0.63% 0.55% -
XYZ 10.21 10.93 26 -
YUV 87.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 51 96 139 0.63 0.31 0 0.45 209.32 0.46 0.37
Hex 33 60 8B 3F 1F 0 2D D1 2E 25
Octal 63 140 213 77 37 0 55 321 56 45
Binary 110011 1100000 10001011 111111 11111 0 101101 11010001 101110 100101

Color Harmonies of #33608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33608B

Black with #33608B

Text Example


Text Example

White with #33608B

Text Example


Text Example

HTML Codes & Css Web 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>