Html Css Color HEX #33618A Endeavour

📋 copy color: '#33618A'

red 51 ◦ green 97 ◦ blue 138

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

Shades of Endeavour #33618A

Tints of Endeavour #33618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.25%

R = 17.83%
G = 33.92%
B = 48.25%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33618A (or 0x33618A) is known color: Endeavour. HEX triplet: 33, 61 and 8A. RGB value is (51,97,138). Sum of RGB (Red+Green+Blue) = 51+97+138=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #33618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33618A is #CC9E75. Grayscale: #575757. Windows color (decimal): -13409910 or 9068851. OLE color: 9068851.

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

Color convert

RGB 51 97 138 -
CMYK 0.63 0.30 0 0.46
HSL 208.28º 0.46% 0.37% -
HSV(B) 208.28º 0.63% 0.54% -
XYZ 10.23 11.09 25.65 -
YUV 87.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 51 97 138 0.63 0.30 0 0.46 208.28 0.46 0.37
Hex 33 61 8A 3F 1E 0 2E D0 2E 25
Octal 63 141 212 77 36 0 56 320 56 45
Binary 110011 1100001 10001010 111111 11110 0 101110 11010000 101110 100101

Color Harmonies of #33618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33618A

Black with #33618A

Text Example


Text Example

White with #33618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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