Html Css Color HEX #21628F Endeavour

📋 copy color: '#21628F'

red 33 ◦ green 98 ◦ blue 143

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

Shades of Endeavour #21628F

Tints of Endeavour #21628F

RGB

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

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

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

R = 12.04%
G = 35.77%
B = 52.19%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21628F (or 0x21628F) is known color: Endeavour. HEX triplet: 21, 62 and 8F. RGB value is (33,98,143). Sum of RGB (Red+Green+Blue) = 33+98+143=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #21628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21628F is #DE9D70. Grayscale: #535353. Windows color (decimal): -14589297 or 9396769. OLE color: 9396769.

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

Color convert

RGB 33 98 143 -
CMYK 0.77 0.31 0 0.44
HSL 204.55º 0.63% 0.35% -
HSV(B) 204.55º 0.77% 0.56% -
XYZ 9.95 11.04 27.59 -
YUV 83.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 33 98 143 0.77 0.31 0 0.44 204.55 0.63 0.35
Hex 21 62 8F 4D 1F 0 2C CD 3E 23
Octal 41 142 217 115 37 0 54 315 76 43
Binary 100001 1100010 10001111 1001101 11111 0 101100 11001101 111110 100011

Color Harmonies of #21628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21628F

Black with #21628F

Text Example


Text Example

White with #21628F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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