Html Css Color HEX #227099 Lochmara

📋 copy color: '#227099'

red 34 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #227099

Tints of Lochmara #227099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

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

R = 11.37%
G = 37.46%
B = 51.17%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#227099 (or 0x227099) is known color: Lochmara. HEX triplet: 22, 70 and 99. RGB value is (34,112,153). Sum of RGB (Red+Green+Blue) = 34+112+153=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #227099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227099 is #DD8F66. Grayscale: #5D5D5D. Windows color (decimal): -14520167 or 10055714. OLE color: 10055714.

HSL color Cylindrical-coordinate representation of color #227099: hue angle of 200.67º 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 #227099 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 112 153 -
CMYK 0.78 0.27 0 0.4
HSL 200.67º 0.64% 0.37% -
HSV(B) 200.67º 0.78% 0.6% -
XYZ 12.2 14.23 32.24 -
YUV 93.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 34 112 153 0.78 0.27 0 0.4 200.67 0.64 0.37
Hex 22 70 99 4E 1B 0 28 C9 40 25
Octal 42 160 231 116 33 0 50 311 100 45
Binary 100010 1110000 10011001 1001110 11011 0 101000 11001001 1000000 100101

Color Harmonies of #227099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227099

Black with #227099

Text Example


Text Example

White with #227099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227099; }

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

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

background-color css

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

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

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

border-color css

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

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

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