Html Css Color HEX #21558A Endeavour

📋 copy color: '#21558A'

red 33 ◦ green 85 ◦ blue 138

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

Shades of Endeavour #21558A

Tints of Endeavour #21558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 12.89%
G = 33.2%
B = 53.91%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#21558A (or 0x21558A) is known color: Endeavour. HEX triplet: 21, 55 and 8A. RGB value is (33,85,138). Sum of RGB (Red+Green+Blue) = 33+85+138=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #21558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21558A is #DEAA75. Grayscale: #4B4B4B. Windows color (decimal): -14592630 or 9065761. OLE color: 9065761.

HSL color Cylindrical-coordinate representation of color #21558A: hue angle of 210.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21558A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 85 138 -
CMYK 0.76 0.38 0 0.46
HSL 210.29º 0.61% 0.34% -
HSV(B) 210.29º 0.76% 0.54% -
XYZ 8.46 8.66 25.27 -
YUV 75.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 33 85 138 0.76 0.38 0 0.46 210.29 0.61 0.34
Hex 21 55 8A 4C 26 0 2E D2 3D 22
Octal 41 125 212 114 46 0 56 322 75 42
Binary 100001 1010101 10001010 1001100 100110 0 101110 11010010 111101 100010

Color Harmonies of #21558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21558A

Black with #21558A

Text Example


Text Example

White with #21558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21558A; }

 p { color: rgb(33,85,138); }

 H1.HeaderClassName
 {
   color: #21558A;
 }
 .AnyTagClassName
 {
   color: #21558A;
 }
</style>

background-color css

<style>
 a { background-color: #21558A; }

 a { background-color: rgb(33,85,138); }

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

border-color css

<style>
 span { border-color: #21558A; }

 span { border-color: rgb(33,85,138); }

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