Html Css Color HEX #33608F Endeavour

📋 copy color: '#33608F'

red 51 ◦ green 96 ◦ blue 143

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

Shades of Endeavour #33608F

Tints of Endeavour #33608F

RGB

 RED value IS 51 (20.31% from 255) = 17.59%

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 143 (56.25% from 255) = 49.31%

R = 17.59%
G = 33.1%
B = 49.31%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33608F (or 0x33608F) is known color: Endeavour. HEX triplet: 33, 60 and 8F. RGB value is (51,96,143). Sum of RGB (Red+Green+Blue) = 51+96+143=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #33608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33608F is #CC9F70. Grayscale: #575757. Windows color (decimal): -13410161 or 9396275. OLE color: 9396275.

HSL color Cylindrical-coordinate representation of color #33608F: hue angle of 210.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33608F is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 96 143 -
CMYK 0.64 0.33 0 0.44
HSL 210.65º 0.47% 0.38% -
HSV(B) 210.65º 0.64% 0.56% -
XYZ 10.51 11.05 27.57 -
YUV 87.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 51 96 143 0.64 0.33 0 0.44 210.65 0.47 0.38
Hex 33 60 8F 40 21 0 2C D3 2F 26
Octal 63 140 217 100 41 0 54 323 57 46
Binary 110011 1100000 10001111 1000000 100001 0 101100 11010011 101111 100110

Color Harmonies of #33608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33608F

Black with #33608F

Text Example


Text Example

White with #33608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33608F;
 }
 .AnyTagClassName
 {
   color: #33608F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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