#235FA2

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

Shades of Lochmara #235FA2

Tints of Lochmara #235FA2

Color information

#235FA2 (or 0x235FA2) is unknown color: approx Lochmara. HEX triplet: 23, 5F and A2. RGB value is (35,95,162). Sum of RGB (Red+Green+Blue) = 35+95+162=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #235FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235FA2 is #DCA05D. Grayscale: #545454. Windows color (decimal): -14458974 or 10641187. OLE color: 10641187.

HSL color Cylindrical-coordinate representation of color #235FA2: hue angle of 211.65º 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 #235FA2 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3595162-
CMYK0.780.4100.36
HSL211.65º64.47%38.63%-
HSV(B)211.65º78.4%63.53%-
XYZ11.3111.1535.74-
YUV84.7171.6292.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.99%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 162 (63.67% from 255) = 55.48%
R=11.99%
G=32.53%
B=55.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35951620.780.4100.36211.6564.4738.63
Hex235FA24E29024d44027
Octal431372421165104432410047
Binary10001110111111010001010011101010010100100110101001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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