#236670

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

Shades of Allports #236670

Tints of Allports #236670

Color information

#236670 (or 0x236670) is unknown color: approx Allports. HEX triplet: 23, 66 and 70. RGB value is (35,102,112). Sum of RGB (Red+Green+Blue) = 35+102+112=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #236670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236670 is #DC998F. Grayscale: #535353. Windows color (decimal): -14457232 or 7366179. OLE color: 7366179.

HSL color Cylindrical-coordinate representation of color #236670: hue angle of 187.79º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236670 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB35102112-
CMYK0.690.0900.56
HSL187.79º52.38%28.82%-
HSV(B)187.79º68.75%43.92%-
XYZ8.3711.0317.02-
YUV83.11144.393.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=14.06%
G=40.96%
B=44.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351021120.690.0900.56187.7952.3828.82
Hex236670459038bc341d
Octal43146160105110702746435
Binary100011110011011100001000101100101110001011110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236670; }

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

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

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

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

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

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

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

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