Html Css Color HEX #215794 Endeavour

📋 copy color: '#215794'

red 33 ◦ green 87 ◦ blue 148

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

Shades of Endeavour #215794

Tints of Endeavour #215794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 12.31%
G = 32.46%
B = 55.22%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215794 (or 0x215794) is known color: Endeavour. HEX triplet: 21, 57 and 94. RGB value is (33,87,148). Sum of RGB (Red+Green+Blue) = 33+87+148=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #215794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215794 is #DEA86B. Grayscale: #4D4D4D. Windows color (decimal): -14592108 or 9721633. OLE color: 9721633.

HSL color Cylindrical-coordinate representation of color #215794: hue angle of 211.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215794 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 87 148 -
CMYK 0.78 0.41 0 0.42
HSL 211.83º 0.64% 0.35% -
HSV(B) 211.83º 0.78% 0.58% -
XYZ 9.38 9.28 29.31 -
YUV 77.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 33 87 148 0.78 0.41 0 0.42 211.83 0.64 0.35
Hex 21 57 94 4E 29 0 2A D4 40 23
Octal 41 127 224 116 51 0 52 324 100 43
Binary 100001 1010111 10010100 1001110 101001 0 101010 11010100 1000000 100011

Color Harmonies of #215794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215794

Black with #215794

Text Example


Text Example

White with #215794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215794; }

 p { color: rgb(33,87,148); }

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

background-color css

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

 a { background-color: rgb(33,87,148); }

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

border-color css

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

 span { border-color: rgb(33,87,148); }

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