Html Css Color HEX #21488E Endeavour

📋 copy color: '#21488E'

red 33 ◦ green 72 ◦ blue 142

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

Shades of Endeavour #21488E

Tints of Endeavour #21488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 13.36%
G = 29.15%
B = 57.49%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21488E (or 0x21488E) is known color: Endeavour. HEX triplet: 21, 48 and 8E. RGB value is (33,72,142). Sum of RGB (Red+Green+Blue) = 33+72+142=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #21488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21488E is #DEB771. Grayscale: #444444. Windows color (decimal): -14595954 or 9324577. OLE color: 9324577.

HSL color Cylindrical-coordinate representation of color #21488E: hue angle of 218.53º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21488E is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 72 142 -
CMYK 0.77 0.49 0 0.44
HSL 218.53º 0.62% 0.34% -
HSV(B) 218.53º 0.77% 0.56% -
XYZ 7.83 6.91 26.51 -
YUV 68.32 169.58 102.81 -
System Red Green Blue C M Y K H S L
Decimal 33 72 142 0.77 0.49 0 0.44 218.53 0.62 0.34
Hex 21 48 8E 4D 31 0 2C DB 3E 22
Octal 41 110 216 115 61 0 54 333 76 42
Binary 100001 1001000 10001110 1001101 110001 0 101100 11011011 111110 100010

Color Harmonies of #21488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21488E

Black with #21488E

Text Example


Text Example

White with #21488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21488E; }

 p { color: rgb(33,72,142); }

 H1.HeaderClassName
 {
   color: #21488E;
 }
 .AnyTagClassName
 {
   color: #21488E;
 }
</style>

background-color css

<style>
 a { background-color: #21488E; }

 a { background-color: rgb(33,72,142); }

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

border-color css

<style>
 span { border-color: #21488E; }

 span { border-color: rgb(33,72,142); }

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