#236374

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

Shades of Allports #236374

Tints of Allports #236374

Color information

#236374 (or 0x236374) is unknown color: approx Allports. HEX triplet: 23, 63 and 74. RGB value is (35,99,116). Sum of RGB (Red+Green+Blue) = 35+99+116=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #236374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236374 is #DC9C8B. Grayscale: #515151. Windows color (decimal): -14457996 or 7627555. OLE color: 7627555.

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

Color convert

RGB3599116-
CMYK0.700.1500.55
HSL192.59º53.64%29.61%-
HSV(B)192.59º69.83%45.49%-
XYZ8.3110.5418.12-
YUV81.8147.394.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=14%
G=39.6%
B=46.4%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35991160.700.1500.55192.5953.6429.61
Hex23637446F037c1361e
Octal43143164106170673016636
Binary100011110001111101001000110111101101111100000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236374; }

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

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

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

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

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

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

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

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