Html Css Color HEX #33618B Endeavour

📋 copy color: '#33618B'

red 51 ◦ green 97 ◦ blue 139

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

Shades of Endeavour #33618B

Tints of Endeavour #33618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 17.77%
G = 33.8%
B = 48.43%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33618B (or 0x33618B) is known color: Endeavour. HEX triplet: 33, 61 and 8B. RGB value is (51,97,139). Sum of RGB (Red+Green+Blue) = 51+97+139=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #33618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33618B is #CC9E74. Grayscale: #575757. Windows color (decimal): -13409909 or 9134387. OLE color: 9134387.

HSL color Cylindrical-coordinate representation of color #33618B: hue angle of 208.64º 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 #33618B is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 97 139 -
CMYK 0.63 0.30 0 0.45
HSL 208.64º 0.46% 0.37% -
HSV(B) 208.64º 0.63% 0.55% -
XYZ 10.3 11.12 26.03 -
YUV 88.03 156.76 101.58 -
System Red Green Blue C M Y K H S L
Decimal 51 97 139 0.63 0.30 0 0.45 208.64 0.46 0.37
Hex 33 61 8B 3F 1E 0 2D D1 2E 25
Octal 63 141 213 77 36 0 55 321 56 45
Binary 110011 1100001 10001011 111111 11110 0 101101 11010001 101110 100101

Color Harmonies of #33618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33618B

Black with #33618B

Text Example


Text Example

White with #33618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33618B;
 }
 .AnyTagClassName
 {
   color: #33618B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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