Html Css Color HEX #21608F Endeavour

📋 copy color: '#21608F'

red 33 ◦ green 96 ◦ blue 143

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

Shades of Endeavour #21608F

Tints of Endeavour #21608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.29%

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

R = 12.13%
G = 35.29%
B = 52.57%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21608F (or 0x21608F) is known color: Endeavour. HEX triplet: 21, 60 and 8F. RGB value is (33,96,143). Sum of RGB (Red+Green+Blue) = 33+96+143=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #21608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21608F is #DE9F70. Grayscale: #525252. Windows color (decimal): -14589809 or 9396257. OLE color: 9396257.

HSL color Cylindrical-coordinate representation of color #21608F: hue angle of 205.64º 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 #21608F is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 96 143 -
CMYK 0.77 0.33 0 0.44
HSL 205.64º 0.63% 0.35% -
HSV(B) 205.64º 0.77% 0.56% -
XYZ 9.77 10.67 27.53 -
YUV 82.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 33 96 143 0.77 0.33 0 0.44 205.64 0.63 0.35
Hex 21 60 8F 4D 21 0 2C CE 3E 23
Octal 41 140 217 115 41 0 54 316 76 43
Binary 100001 1100000 10001111 1001101 100001 0 101100 11001110 111110 100011

Color Harmonies of #21608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21608F

Black with #21608F

Text Example


Text Example

White with #21608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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