Html Css Color HEX #215BA4 Endeavour

📋 copy color: '#215BA4'

red 33 ◦ green 91 ◦ blue 164

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

Shades of Endeavour #215BA4

Tints of Endeavour #215BA4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 164 (64.45% from 255) = 56.94%

R = 11.46%
G = 31.6%
B = 56.94%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#215BA4 (or 0x215BA4) is known color: Endeavour. HEX triplet: 21, 5B and A4. RGB value is (33,91,164). Sum of RGB (Red+Green+Blue) = 33+91+164=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #215BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BA4 is #DEA45B. Grayscale: #515151. Windows color (decimal): -14591068 or 10771233. OLE color: 10771233.

HSL color Cylindrical-coordinate representation of color #215BA4: hue angle of 213.44º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215BA4 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 91 164 -
CMYK 0.80 0.45 0 0.36
HSL 213.44º 0.66% 0.39% -
HSV(B) 213.44º 0.8% 0.64% -
XYZ 11.07 10.49 36.56 -
YUV 81.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 33 91 164 0.80 0.45 0 0.36 213.44 0.66 0.39
Hex 21 5B A4 50 2D 0 24 D5 42 27
Octal 41 133 244 120 55 0 44 325 102 47
Binary 100001 1011011 10100100 1010000 101101 0 100100 11010101 1000010 100111

Color Harmonies of #215BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BA4

Black with #215BA4

Text Example


Text Example

White with #215BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215BA4; }

 p { color: rgb(33,91,164); }

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

background-color css

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

 a { background-color: rgb(33,91,164); }

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

border-color css

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

 span { border-color: rgb(33,91,164); }

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