Html Css Color HEX #21618C Endeavour

📋 copy color: '#21618C'

red 33 ◦ green 97 ◦ blue 140

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

Shades of Endeavour #21618C

Tints of Endeavour #21618C

RGB

 RED value IS 33 (13.28% from 255) = 12.22%

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 12.22%
G = 35.93%
B = 51.85%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21618C (or 0x21618C) is known color: Endeavour. HEX triplet: 21, 61 and 8C. RGB value is (33,97,140). Sum of RGB (Red+Green+Blue) = 33+97+140=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #21618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21618C is #DE9E73. Grayscale: #525252. Windows color (decimal): -14589556 or 9199905. OLE color: 9199905.

HSL color Cylindrical-coordinate representation of color #21618C: hue angle of 204.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21618C is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 97 140 -
CMYK 0.76 0.31 0 0.45
HSL 204.11º 0.62% 0.34% -
HSV(B) 204.11º 0.76% 0.55% -
XYZ 9.64 10.77 26.38 -
YUV 82.77 160.3 92.5 -
System Red Green Blue C M Y K H S L
Decimal 33 97 140 0.76 0.31 0 0.45 204.11 0.62 0.34
Hex 21 61 8C 4C 1F 0 2D CC 3E 22
Octal 41 141 214 114 37 0 55 314 76 42
Binary 100001 1100001 10001100 1001100 11111 0 101101 11001100 111110 100010

Color Harmonies of #21618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21618C

Black with #21618C

Text Example


Text Example

White with #21618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21618C; }

 p { color: rgb(33,97,140); }

 H1.HeaderClassName
 {
   color: #21618C;
 }
 .AnyTagClassName
 {
   color: #21618C;
 }
</style>

background-color css

<style>
 a { background-color: #21618C; }

 a { background-color: rgb(33,97,140); }

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

border-color css

<style>
 span { border-color: #21618C; }

 span { border-color: rgb(33,97,140); }

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