#235EA2

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

Shades of Lochmara #235EA2

Tints of Lochmara #235EA2

Color information

#235EA2 (or 0x235EA2) is unknown color: approx Lochmara. HEX triplet: 23, 5E and A2. RGB value is (35,94,162). Sum of RGB (Red+Green+Blue) = 35+94+162=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #235EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235EA2 is #DCA15D. Grayscale: #535353. Windows color (decimal): -14459230 or 10640931. OLE color: 10640931.

HSL color Cylindrical-coordinate representation of color #235EA2: hue angle of 212.13º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235EA2 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3594162-
CMYK0.780.4200.36
HSL212.13º64.47%38.63%-
HSV(B)212.13º78.4%63.53%-
XYZ11.2210.9735.71-
YUV84.11171.9592.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.03%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 162 (63.67% from 255) = 55.67%
R=12.03%
G=32.30%
B=55.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35941620.780.4200.36212.1364.4738.63
Hex235EA24E2A024d44027
Octal431362421165204432410047
Binary10001110111101010001010011101010100100100110101001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235EA2; }

 p { color: rgb(35,94,162); }

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

<style>
 a { background-color: #235EA2; }

 a { background-color: rgb(35,94,162); }

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

<style>
 span { border-color: #235EA2; }

 span { border-color: rgb(35,94,162); }

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