Html Css Color HEX #227399 Lochmara

📋 copy color: '#227399'

red 34 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #227399

Tints of Lochmara #227399

RGB

 RED value IS 34 (13.67% from 255) = 11.26%

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 11.26%
G = 38.08%
B = 50.66%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#227399 (or 0x227399) is known color: Lochmara. HEX triplet: 22, 73 and 99. RGB value is (34,115,153). Sum of RGB (Red+Green+Blue) = 34+115+153=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #227399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227399 is #DD8C66. Grayscale: #5E5E5E. Windows color (decimal): -14519399 or 10056482. OLE color: 10056482.

HSL color Cylindrical-coordinate representation of color #227399: hue angle of 199.16º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227399 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 115 153 -
CMYK 0.78 0.25 0 0.4
HSL 199.16º 0.64% 0.37% -
HSV(B) 199.16º 0.78% 0.6% -
XYZ 12.54 14.9 32.35 -
YUV 95.11 160.66 84.41 -
System Red Green Blue C M Y K H S L
Decimal 34 115 153 0.78 0.25 0 0.4 199.16 0.64 0.37
Hex 22 73 99 4E 19 0 28 C7 40 25
Octal 42 163 231 116 31 0 50 307 100 45
Binary 100010 1110011 10011001 1001110 11001 0 101000 11000111 1000000 100101

Color Harmonies of #227399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227399

Black with #227399

Text Example


Text Example

White with #227399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227399; }

 p { color: rgb(34,115,153); }

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

background-color css

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

 a { background-color: rgb(34,115,153); }

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

border-color css

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

 span { border-color: rgb(34,115,153); }

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