#236761

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

Shades of Blue Stone #236761

Tints of Blue Stone #236761

Color information

#236761 (or 0x236761) is unknown color: approx Blue Stone. HEX triplet: 23, 67 and 61. RGB value is (35,103,97). Sum of RGB (Red+Green+Blue) = 35+103+97=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #236761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236761 is #DC989E. Grayscale: #515151. Windows color (decimal): -14456991 or 6383395. OLE color: 6383395.

HSL color Cylindrical-coordinate representation of color #236761: hue angle of 174.71º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #236761 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB3510397-
CMYK0.6600.060.60
HSL174.71º49.28%27.06%-
HSV(B)174.71º66.02%40.39%-
XYZ7.710.9213.01-
YUV81.98136.4794.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=14.89%
G=43.83%
B=41.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35103970.6600.060.60174.7149.2827.06
Hex23676142063Caf311b
Octal4314714110206742576133
Binary10001111001111100001100001001101111001010111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236761; }

 p { color: rgb(35,103,97); }

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

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

 a { background-color: rgb(35,103,97); }

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

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

 span { border-color: rgb(35,103,97); }

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