Html Css Color HEX #21658D Endeavour

📋 copy color: '#21658D'

red 33 ◦ green 101 ◦ blue 141

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

Shades of Endeavour #21658D

Tints of Endeavour #21658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

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

R = 12%
G = 36.73%
B = 51.27%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21658D (or 0x21658D) is known color: Endeavour. HEX triplet: 21, 65 and 8D. RGB value is (33,101,141). Sum of RGB (Red+Green+Blue) = 33+101+141=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #21658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21658D is #DE9A72. Grayscale: #555555. Windows color (decimal): -14588531 or 9266465. OLE color: 9266465.

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

Color convert

RGB 33 101 141 -
CMYK 0.77 0.28 0 0.45
HSL 202.22º 0.62% 0.34% -
HSV(B) 202.22º 0.77% 0.55% -
XYZ 10.09 11.55 26.9 -
YUV 85.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 33 101 141 0.77 0.28 0 0.45 202.22 0.62 0.34
Hex 21 65 8D 4D 1C 0 2D CA 3E 22
Octal 41 145 215 115 34 0 55 312 76 42
Binary 100001 1100101 10001101 1001101 11100 0 101101 11001010 111110 100010

Color Harmonies of #21658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21658D

Black with #21658D

Text Example


Text Example

White with #21658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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