Html Css Color HEX #21668D Endeavour

📋 copy color: '#21668D'

red 33 ◦ green 102 ◦ blue 141

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

Shades of Endeavour #21668D

Tints of Endeavour #21668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 11.96%
G = 36.96%
B = 51.09%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21668D (or 0x21668D) is known color: Endeavour. HEX triplet: 21, 66 and 8D. RGB value is (33,102,141). Sum of RGB (Red+Green+Blue) = 33+102+141=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #21668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21668D is #DE9972. Grayscale: #555555. Windows color (decimal): -14588275 or 9266721. OLE color: 9266721.

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

Color convert

RGB 33 102 141 -
CMYK 0.77 0.28 0 0.45
HSL 201.67º 0.62% 0.34% -
HSV(B) 201.67º 0.77% 0.55% -
XYZ 10.19 11.75 26.93 -
YUV 85.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 33 102 141 0.77 0.28 0 0.45 201.67 0.62 0.34
Hex 21 66 8D 4D 1C 0 2D CA 3E 22
Octal 41 146 215 115 34 0 55 312 76 42
Binary 100001 1100110 10001101 1001101 11100 0 101101 11001010 111110 100010

Color Harmonies of #21668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21668D

Black with #21668D

Text Example


Text Example

White with #21668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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