Html Css Color HEX #21498C Endeavour

📋 copy color: '#21498C'

red 33 ◦ green 73 ◦ blue 140

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

Shades of Endeavour #21498C

Tints of Endeavour #21498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 13.41%
G = 29.67%
B = 56.91%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21498C (or 0x21498C) is known color: Endeavour. HEX triplet: 21, 49 and 8C. RGB value is (33,73,140). Sum of RGB (Red+Green+Blue) = 33+73+140=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #21498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21498C is #DEB673. Grayscale: #444444. Windows color (decimal): -14595700 or 9193761. OLE color: 9193761.

HSL color Cylindrical-coordinate representation of color #21498C: hue angle of 217.57º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21498C is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 73 140 -
CMYK 0.76 0.48 0 0.45
HSL 217.57º 0.62% 0.34% -
HSV(B) 217.57º 0.76% 0.55% -
XYZ 7.74 6.98 25.75 -
YUV 68.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 33 73 140 0.76 0.48 0 0.45 217.57 0.62 0.34
Hex 21 49 8C 4C 30 0 2D DA 3E 22
Octal 41 111 214 114 60 0 55 332 76 42
Binary 100001 1001001 10001100 1001100 110000 0 101101 11011010 111110 100010

Color Harmonies of #21498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21498C

Black with #21498C

Text Example


Text Example

White with #21498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21498C; }

 p { color: rgb(33,73,140); }

 H1.HeaderClassName
 {
   color: #21498C;
 }
 .AnyTagClassName
 {
   color: #21498C;
 }
</style>

background-color css

<style>
 a { background-color: #21498C; }

 a { background-color: rgb(33,73,140); }

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

border-color css

<style>
 span { border-color: #21498C; }

 span { border-color: rgb(33,73,140); }

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