#236985

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

Shades of Allports #236985

Tints of Allports #236985

Color information

#236985 (or 0x236985) is unknown color: approx Allports. HEX triplet: 23, 69 and 85. RGB value is (35,105,133). Sum of RGB (Red+Green+Blue) = 35+105+133=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #236985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236985 is #DC967A. Grayscale: #575757. Windows color (decimal): -14456443 or 8743203. OLE color: 8743203.

HSL color Cylindrical-coordinate representation of color #236985: hue angle of 197.14º 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 #236985 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB35105133-
CMYK0.740.2100.48
HSL197.14º58.33%32.94%-
HSV(B)197.14º73.68%52.16%-
XYZ9.9812.1524.01-
YUV87.26153.8190.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=12.82%
G=38.46%
B=48.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351051330.740.2100.48197.1458.3332.94
Hex2369854A15030c53a21
Octal43151205112250603057241
Binary100011110100110000101100101010101011000011000101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236985; }

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

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

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

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

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

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

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

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