Html Css Color HEX #21648F Endeavour

📋 copy color: '#21648F'

red 33 ◦ green 100 ◦ blue 143

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

Shades of Endeavour #21648F

Tints of Endeavour #21648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 11.96%
G = 36.23%
B = 51.81%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21648F (or 0x21648F) is known color: Endeavour. HEX triplet: 21, 64 and 8F. RGB value is (33,100,143). Sum of RGB (Red+Green+Blue) = 33+100+143=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #21648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21648F is #DE9B70. Grayscale: #545454. Windows color (decimal): -14588785 or 9397281. OLE color: 9397281.

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

Color convert

RGB 33 100 143 -
CMYK 0.77 0.30 0 0.44
HSL 203.45º 0.63% 0.35% -
HSV(B) 203.45º 0.77% 0.56% -
XYZ 10.14 11.42 27.66 -
YUV 84.87 160.8 91 -
System Red Green Blue C M Y K H S L
Decimal 33 100 143 0.77 0.30 0 0.44 203.45 0.63 0.35
Hex 21 64 8F 4D 1E 0 2C CB 3E 23
Octal 41 144 217 115 36 0 54 313 76 43
Binary 100001 1100100 10001111 1001101 11110 0 101100 11001011 111110 100011

Color Harmonies of #21648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21648F

Black with #21648F

Text Example


Text Example

White with #21648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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