#225DA3

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

Shades of Lochmara #225DA3

Tints of Lochmara #225DA3

Color information

#225DA3 (or 0x225DA3) is unknown color: approx Lochmara. HEX triplet: 22, 5D and A3. RGB value is (34,93,163). Sum of RGB (Red+Green+Blue) = 34+93+163=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #225DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225DA3 is #DDA25C. Grayscale: #535353. Windows color (decimal): -14525021 or 10706210. OLE color: 10706210.

HSL color Cylindrical-coordinate representation of color #225DA3: hue angle of 212.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225DA3 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3493163-
CMYK0.790.4300.36
HSL212.56º65.48%38.63%-
HSV(B)212.56º79.14%63.92%-
XYZ11.1810.8136.15-
YUV83.34172.9592.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.72%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 163 (64.06% from 255) = 56.21%
R=11.72%
G=32.07%
B=56.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34931630.790.4300.36212.5665.4838.63
Hex225DA34F2B024d54127
Octal421352431175304432510147
Binary10001010111011010001110011111010110100100110101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225DA3; }

 p { color: rgb(34,93,163); }

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

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

 a { background-color: rgb(34,93,163); }

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

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

 span { border-color: rgb(34,93,163); }

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