Html Css Color HEX #227495 Lochmara

📋 copy color: '#227495'

red 34 ◦ green 116 ◦ blue 149

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

Shades of Lochmara #227495

Tints of Lochmara #227495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 11.37%
G = 38.8%
B = 49.83%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#227495 (or 0x227495) is known color: Lochmara. HEX triplet: 22, 74 and 95. RGB value is (34,116,149). Sum of RGB (Red+Green+Blue) = 34+116+149=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #227495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227495 is #DD8B6A. Grayscale: #5F5F5F. Windows color (decimal): -14519147 or 9794594. OLE color: 9794594.

HSL color Cylindrical-coordinate representation of color #227495: hue angle of 197.22º 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 #227495 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 116 149 -
CMYK 0.77 0.22 0 0.42
HSL 197.22º 0.63% 0.36% -
HSV(B) 197.22º 0.77% 0.58% -
XYZ 12.33 15 30.68 -
YUV 95.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 34 116 149 0.77 0.22 0 0.42 197.22 0.63 0.36
Hex 22 74 95 4D 16 0 2A C5 3F 24
Octal 42 164 225 115 26 0 52 305 77 44
Binary 100010 1110100 10010101 1001101 10110 0 101010 11000101 111111 100100

Color Harmonies of #227495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227495

Black with #227495

Text Example


Text Example

White with #227495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227495; }

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

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

background-color css

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

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

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

border-color css

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

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

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