Html Css Color HEX #21608D Endeavour

📋 copy color: '#21608D'

red 33 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #21608D

Tints of Endeavour #21608D

RGB

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

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

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

R = 12.22%
G = 35.56%
B = 52.22%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21608D (or 0x21608D) is known color: Endeavour. HEX triplet: 21, 60 and 8D. RGB value is (33,96,141). Sum of RGB (Red+Green+Blue) = 33+96+141=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #21608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21608D is #DE9F72. Grayscale: #525252. Windows color (decimal): -14589811 or 9265185. OLE color: 9265185.

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

Color convert

RGB 33 96 141 -
CMYK 0.77 0.32 0 0.45
HSL 205º 0.62% 0.34% -
HSV(B) 205º 0.77% 0.55% -
XYZ 9.62 10.61 26.74 -
YUV 82.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 33 96 141 0.77 0.32 0 0.45 205 0.62 0.34
Hex 21 60 8D 4D 20 0 2D CD 3E 22
Octal 41 140 215 115 40 0 55 315 76 42
Binary 100001 1100000 10001101 1001101 100000 0 101101 11001101 111110 100010

Color Harmonies of #21608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21608D

Black with #21608D

Text Example


Text Example

White with #21608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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