Html Css Color HEX #21628D Endeavour

📋 copy color: '#21628D'

red 33 ◦ green 98 ◦ blue 141

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

Shades of Endeavour #21628D

Tints of Endeavour #21628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

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

R = 12.13%
G = 36.03%
B = 51.84%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21628D (or 0x21628D) is known color: Endeavour. HEX triplet: 21, 62 and 8D. RGB value is (33,98,141). Sum of RGB (Red+Green+Blue) = 33+98+141=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #21628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21628D is #DE9D72. Grayscale: #535353. Windows color (decimal): -14589299 or 9265697. OLE color: 9265697.

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

Color convert

RGB 33 98 141 -
CMYK 0.77 0.30 0 0.45
HSL 203.89º 0.62% 0.34% -
HSV(B) 203.89º 0.77% 0.55% -
XYZ 9.8 10.98 26.8 -
YUV 83.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 33 98 141 0.77 0.30 0 0.45 203.89 0.62 0.34
Hex 21 62 8D 4D 1E 0 2D CC 3E 22
Octal 41 142 215 115 36 0 55 314 76 42
Binary 100001 1100010 10001101 1001101 11110 0 101101 11001100 111110 100010

Color Harmonies of #21628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21628D

Black with #21628D

Text Example


Text Example

White with #21628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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