#235A5C

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

Shades of Blue Stone #235A5C

Tints of Blue Stone #235A5C

Color information

#235A5C (or 0x235A5C) is unknown color: approx Blue Stone. HEX triplet: 23, 5A and 5C. RGB value is (35,90,92). Sum of RGB (Red+Green+Blue) = 35+90+92=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #235A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A5C is #DCA5A3. Grayscale: #494949. Windows color (decimal): -14460324 or 6052387. OLE color: 6052387.

HSL color Cylindrical-coordinate representation of color #235A5C: hue angle of 182.11º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235A5C is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB359092-
CMYK0.620.0200.64
HSL182.11º44.88%24.9%-
HSV(B)182.11º61.96%36.08%-
XYZ6.288.4411.42-
YUV73.78138.28100.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=16.13%
G=41.47%
B=42.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3590920.620.0200.64182.1144.8824.9
Hex235A5C3E2040b62d19
Octal4313213476201002665531
Binary1000111011010101110011111010010000001011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,90,92); }

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

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

 a { background-color: rgb(35,90,92); }

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

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

 span { border-color: rgb(35,90,92); }

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