Html Css Color HEX #21618F Endeavour

📋 copy color: '#21618F'

red 33 ◦ green 97 ◦ blue 143

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

Shades of Endeavour #21618F

Tints of Endeavour #21618F

RGB

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

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

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

R = 12.09%
G = 35.53%
B = 52.38%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21618F (or 0x21618F) is known color: Endeavour. HEX triplet: 21, 61 and 8F. RGB value is (33,97,143). Sum of RGB (Red+Green+Blue) = 33+97+143=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #21618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21618F is #DE9E70. Grayscale: #525252. Windows color (decimal): -14589553 or 9396513. OLE color: 9396513.

HSL color Cylindrical-coordinate representation of color #21618F: hue angle of 205.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21618F is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 97 143 -
CMYK 0.77 0.32 0 0.44
HSL 205.09º 0.63% 0.35% -
HSV(B) 205.09º 0.77% 0.56% -
XYZ 9.86 10.86 27.56 -
YUV 83.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 33 97 143 0.77 0.32 0 0.44 205.09 0.63 0.35
Hex 21 61 8F 4D 20 0 2C CD 3E 23
Octal 41 141 217 115 40 0 54 315 76 43
Binary 100001 1100001 10001111 1001101 100000 0 101100 11001101 111110 100011

Color Harmonies of #21618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21618F

Black with #21618F

Text Example


Text Example

White with #21618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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