#227CAD

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

Shades of Lochmara #227CAD

Tints of Lochmara #227CAD

Color information

#227CAD (or 0x227CAD) is unknown color: approx Lochmara. HEX triplet: 22, 7C and AD. RGB value is (34,124,173). Sum of RGB (Red+Green+Blue) = 34+124+173=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #227CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227CAD is #DD8352. Grayscale: #666666. Windows color (decimal): -14517075 or 11369506. OLE color: 11369506.

HSL color Cylindrical-coordinate representation of color #227CAD: hue angle of 201.15º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #227CAD is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34124173-
CMYK0.800.2800.32
HSL201.15º67.15%40.59%-
HSV(B)201.15º80.35%67.84%-
XYZ15.4117.7742.15-
YUV102.68167.6879.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.27%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=10.27%
G=37.46%
B=52.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341241730.800.2800.32201.1567.1540.59
Hex227CAD501C020c94329
Octal421742551203404031110351
Binary1000101111100101011011010000111000100000110010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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