Html Css Color HEX #21568B Endeavour

📋 copy color: '#21568B'

red 33 ◦ green 86 ◦ blue 139

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

Shades of Endeavour #21568B

Tints of Endeavour #21568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 12.79%
G = 33.33%
B = 53.88%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21568B (or 0x21568B) is known color: Endeavour. HEX triplet: 21, 56 and 8B. RGB value is (33,86,139). Sum of RGB (Red+Green+Blue) = 33+86+139=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #21568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21568B is #DEA974. Grayscale: #4B4B4B. Windows color (decimal): -14592373 or 9131553. OLE color: 9131553.

HSL color Cylindrical-coordinate representation of color #21568B: hue angle of 210º 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 #21568B is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 86 139 -
CMYK 0.76 0.38 0 0.45
HSL 210º 0.62% 0.34% -
HSV(B) 210º 0.76% 0.55% -
XYZ 8.62 8.84 25.68 -
YUV 76.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 33 86 139 0.76 0.38 0 0.45 210 0.62 0.34
Hex 21 56 8B 4C 26 0 2D D2 3E 22
Octal 41 126 213 114 46 0 55 322 76 42
Binary 100001 1010110 10001011 1001100 100110 0 101101 11010010 111110 100010

Color Harmonies of #21568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21568B

Black with #21568B

Text Example


Text Example

White with #21568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21568B; }

 p { color: rgb(33,86,139); }

 H1.HeaderClassName
 {
   color: #21568B;
 }
 .AnyTagClassName
 {
   color: #21568B;
 }
</style>

background-color css

<style>
 a { background-color: #21568B; }

 a { background-color: rgb(33,86,139); }

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

border-color css

<style>
 span { border-color: #21568B; }

 span { border-color: rgb(33,86,139); }

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