#227CA6

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

Shades of Lochmara #227CA6

Tints of Lochmara #227CA6

Color information

#227CA6 (or 0x227CA6) is unknown color: approx Lochmara. HEX triplet: 22, 7C and A6. RGB value is (34,124,166). Sum of RGB (Red+Green+Blue) = 34+124+166=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #227CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227CA6 is #DD8359. Grayscale: #656565. Windows color (decimal): -14517082 or 10910754. OLE color: 10910754.

HSL color Cylindrical-coordinate representation of color #227CA6: hue angle of 199.09º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #227CA6 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB34124166-
CMYK0.800.2500.35
HSL199.09º66%39.22%-
HSV(B)199.09º79.52%65.1%-
XYZ14.7517.5138.68-
YUV101.88164.1879.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.49%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 166 (65.23% from 255) = 51.23%
R=10.49%
G=38.27%
B=51.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal341241660.800.2500.35199.096639.22
Hex227CA65019023c74227
Octal421742461203104330710247
Binary1000101111100101001101010000110010100011110001111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,124,166); }

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

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

 a { background-color: rgb(34,124,166); }

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

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

 span { border-color: rgb(34,124,166); }

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