#236976

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

Shades of Allports #236976

Tints of Allports #236976

Color information

#236976 (or 0x236976) is unknown color: approx Allports. HEX triplet: 23, 69 and 76. RGB value is (35,105,118). Sum of RGB (Red+Green+Blue) = 35+105+118=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #236976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236976 is #DC9689. Grayscale: #555555. Windows color (decimal): -14456458 or 7760163. OLE color: 7760163.

HSL color Cylindrical-coordinate representation of color #236976: hue angle of 189.4º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236976 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB35105118-
CMYK0.700.1100.54
HSL189.4º54.25%30%-
HSV(B)189.4º70.34%46.27%-
XYZ9.0111.7718.94-
YUV85.55146.3191.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=13.57%
G=40.70%
B=45.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal351051180.700.1100.54189.454.2530
Hex23697646B036bd361e
Octal43151166106130662756636
Binary100011110100111101101000110101101101101011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236976; }

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

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

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

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

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

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

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

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