Html Css Color HEX #21618D Endeavour

📋 copy color: '#21618D'

red 33 ◦ green 97 ◦ blue 141

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

Shades of Endeavour #21618D

Tints of Endeavour #21618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 12.18%
G = 35.79%
B = 52.03%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21618D (or 0x21618D) is known color: Endeavour. HEX triplet: 21, 61 and 8D. RGB value is (33,97,141). Sum of RGB (Red+Green+Blue) = 33+97+141=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #21618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21618D is #DE9E72. Grayscale: #525252. Windows color (decimal): -14589555 or 9265441. OLE color: 9265441.

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

Color convert

RGB 33 97 141 -
CMYK 0.77 0.31 0 0.45
HSL 204.44º 0.62% 0.34% -
HSV(B) 204.44º 0.77% 0.55% -
XYZ 9.71 10.8 26.77 -
YUV 82.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 33 97 141 0.77 0.31 0 0.45 204.44 0.62 0.34
Hex 21 61 8D 4D 1F 0 2D CC 3E 22
Octal 41 141 215 115 37 0 55 314 76 42
Binary 100001 1100001 10001101 1001101 11111 0 101101 11001100 111110 100010

Color Harmonies of #21618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21618D

Black with #21618D

Text Example


Text Example

White with #21618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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