#227B9C

Color #227B9C Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #227B9C

Tints of Lochmara #227B9C

Color information

#227B9C (or 0x227B9C) is unknown color: approx Lochmara. HEX triplet: 22, 7B and 9C. RGB value is (34,123,156). Sum of RGB (Red+Green+Blue) = 34+123+156=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #227B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227B9C is #DD8463. Grayscale: #636363. Windows color (decimal): -14517348 or 10255138. OLE color: 10255138.

HSL color Cylindrical-coordinate representation of color #227B9C: hue angle of 196.23º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227B9C is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34123156-
CMYK0.780.2100.39
HSL196.23º64.21%37.25%-
HSV(B)196.23º78.21%61.18%-
XYZ13.7416.9133.99-
YUV100.15159.5180.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=10.86%
G=39.30%
B=49.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341231560.780.2100.39196.2364.2137.25
Hex227B9C4E15027c44025
Octal421732341162504730410045
Binary1000101111011100111001001110101010100111110001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227B9C; }

 p { color: rgb(34,123,156); }

 H1.HeaderClassName
 {
   color: #227B9C;
 }
 .AnyTagClassName
 {
   color: #227B9C;
 }
</style>
background-color css

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

 a { background-color: rgb(34,123,156); }

 div.DivClassName
 {
   background-color: #227B9C;
 }
 .BgClassName
 {
   background-color: #227B9C;
 }
</style>
border-color css

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

 span { border-color: rgb(34,123,156); }

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