Html Css Color HEX #21668F Endeavour

📋 copy color: '#21668F'

red 33 ◦ green 102 ◦ blue 143

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

Shades of Endeavour #21668F

Tints of Endeavour #21668F

RGB

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

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

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

R = 11.87%
G = 36.69%
B = 51.44%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21668F (or 0x21668F) is known color: Endeavour. HEX triplet: 21, 66 and 8F. RGB value is (33,102,143). Sum of RGB (Red+Green+Blue) = 33+102+143=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #21668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21668F is #DE9970. Grayscale: #555555. Windows color (decimal): -14588273 or 9397793. OLE color: 9397793.

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

Color convert

RGB 33 102 143 -
CMYK 0.77 0.29 0 0.44
HSL 202.36º 0.63% 0.35% -
HSV(B) 202.36º 0.77% 0.56% -
XYZ 10.34 11.81 27.72 -
YUV 86.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 33 102 143 0.77 0.29 0 0.44 202.36 0.63 0.35
Hex 21 66 8F 4D 1D 0 2C CA 3E 23
Octal 41 146 217 115 35 0 54 312 76 43
Binary 100001 1100110 10001111 1001101 11101 0 101100 11001010 111110 100011

Color Harmonies of #21668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21668F

Black with #21668F

Text Example


Text Example

White with #21668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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