Html Css Color HEX #227595 Lochmara

📋 copy color: '#227595'

red 34 ◦ green 117 ◦ blue 149

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

Shades of Lochmara #227595

Tints of Lochmara #227595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 11.33%
G = 39%
B = 49.67%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#227595 (or 0x227595) is known color: Lochmara. HEX triplet: 22, 75 and 95. RGB value is (34,117,149). Sum of RGB (Red+Green+Blue) = 34+117+149=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #227595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227595 is #DD8A6A. Grayscale: #5F5F5F. Windows color (decimal): -14518891 or 9794850. OLE color: 9794850.

HSL color Cylindrical-coordinate representation of color #227595: hue angle of 196.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227595 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 117 149 -
CMYK 0.77 0.21 0 0.42
HSL 196.7º 0.63% 0.36% -
HSV(B) 196.7º 0.77% 0.58% -
XYZ 12.45 15.23 30.72 -
YUV 95.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 34 117 149 0.77 0.21 0 0.42 196.7 0.63 0.36
Hex 22 75 95 4D 15 0 2A C5 3F 24
Octal 42 165 225 115 25 0 52 305 77 44
Binary 100010 1110101 10010101 1001101 10101 0 101010 11000101 111111 100100

Color Harmonies of #227595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227595

Black with #227595

Text Example


Text Example

White with #227595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227595; }

 p { color: rgb(34,117,149); }

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

background-color css

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

 a { background-color: rgb(34,117,149); }

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

border-color css

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

 span { border-color: rgb(34,117,149); }

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