Html Css Color HEX #215FA4 Lochmara

📋 copy color: '#215FA4'

red 33 ◦ green 95 ◦ blue 164

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

Shades of Lochmara #215FA4

Tints of Lochmara #215FA4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.53%

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

R = 11.3%
G = 32.53%
B = 56.16%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#215FA4 (or 0x215FA4) is known color: Lochmara. HEX triplet: 21, 5F and A4. RGB value is (33,95,164). Sum of RGB (Red+Green+Blue) = 33+95+164=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #215FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215FA4 is #DEA05B. Grayscale: #535353. Windows color (decimal): -14590044 or 10772257. OLE color: 10772257.

HSL color Cylindrical-coordinate representation of color #215FA4: hue angle of 211.6º 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 #215FA4 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 95 164 -
CMYK 0.80 0.42 0 0.36
HSL 211.6º 0.66% 0.39% -
HSV(B) 211.6º 0.8% 0.64% -
XYZ 11.42 11.19 36.68 -
YUV 84.33 172.96 91.39 -
System Red Green Blue C M Y K H S L
Decimal 33 95 164 0.80 0.42 0 0.36 211.6 0.66 0.39
Hex 21 5F A4 50 2A 0 24 D4 42 27
Octal 41 137 244 120 52 0 44 324 102 47
Binary 100001 1011111 10100100 1010000 101010 0 100100 11010100 1000010 100111

Color Harmonies of #215FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FA4

Black with #215FA4

Text Example


Text Example

White with #215FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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