#236685

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

Shades of Allports #236685

Tints of Allports #236685

Color information

#236685 (or 0x236685) is unknown color: approx Allports. HEX triplet: 23, 66 and 85. RGB value is (35,102,133). Sum of RGB (Red+Green+Blue) = 35+102+133=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #236685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236685 is #DC997A. Grayscale: #555555. Windows color (decimal): -14457211 or 8742435. OLE color: 8742435.

HSL color Cylindrical-coordinate representation of color #236685: hue angle of 198.98º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236685 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB35102133-
CMYK0.740.2300.48
HSL198.98º58.33%32.94%-
HSV(B)198.98º73.68%52.16%-
XYZ9.6811.5523.91-
YUV85.5154.891.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=12.96%
G=37.78%
B=49.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351021330.740.2300.48198.9858.3332.94
Hex2366854A17030c73a21
Octal43146205112270603077241
Binary100011110011010000101100101010111011000011000111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236685; }

 p { color: rgb(35,102,133); }

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

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

 a { background-color: rgb(35,102,133); }

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

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

 span { border-color: rgb(35,102,133); }

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