#237480

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

Shades of Allports #237480

Tints of Allports #237480

Color information

#237480 (or 0x237480) is unknown color: approx Allports. HEX triplet: 23, 74 and 80. RGB value is (35,116,128). Sum of RGB (Red+Green+Blue) = 35+116+128=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #237480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237480 is #DC8B7F. Grayscale: #5D5D5D. Windows color (decimal): -14453632 or 8418339. OLE color: 8418339.

HSL color Cylindrical-coordinate representation of color #237480: hue angle of 187.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #237480 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB35116128-
CMYK0.730.0900.50
HSL187.74º57.06%31.96%-
HSV(B)187.74º72.66%50.2%-
XYZ10.8314.4122.63-
YUV93.15147.6686.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.54%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=12.54%
G=41.58%
B=45.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal351161280.730.0900.50187.7457.0631.96
Hex237480499032bc3920
Octal43164200111110622747140
Binary10001111101001000000010010011001011001010111100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237480; }

 p { color: rgb(35,116,128); }

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

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

 a { background-color: rgb(35,116,128); }

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

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

 span { border-color: rgb(35,116,128); }

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