#227BAD

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

Shades of Lochmara #227BAD

Tints of Lochmara #227BAD

Color information

#227BAD (or 0x227BAD) is unknown color: approx Lochmara. HEX triplet: 22, 7B and AD. RGB value is (34,123,173). Sum of RGB (Red+Green+Blue) = 34+123+173=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #227BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227BAD is #DD8452. Grayscale: #656565. Windows color (decimal): -14517331 or 11369250. OLE color: 11369250.

HSL color Cylindrical-coordinate representation of color #227BAD: hue angle of 201.58º 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 #227BAD is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34123173-
CMYK0.800.2900.32
HSL201.58º67.15%40.59%-
HSV(B)201.58º80.35%67.84%-
XYZ15.2917.5242.11-
YUV102.09168.0179.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.30%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=10.30%
G=37.27%
B=52.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341231730.800.2900.32201.5867.1540.59
Hex227BAD501D020ca4329
Octal421732551203504031210351
Binary1000101111011101011011010000111010100000110010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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