#234196

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

Shades of Tory Blue #234196

Tints of Tory Blue #234196

Color information

#234196 (or 0x234196) is unknown color: approx Tory Blue. HEX triplet: 23, 41 and 96. RGB value is (35,65,150). Sum of RGB (Red+Green+Blue) = 35+65+150=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #234196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234196 is #DCBE69. Grayscale: #414141. Windows color (decimal): -14466666 or 9847075. OLE color: 9847075.

HSL color Cylindrical-coordinate representation of color #234196: hue angle of 224.35º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234196 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3565150-
CMYK0.770.5700.41
HSL224.35º62.16%36.27%-
HSV(B)224.35º76.67%58.82%-
XYZ8.096.3429.65-
YUV65.72175.56106.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 150 (58.98% from 255) = 60%
R=14%
G=26%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35651500.770.5700.41224.3562.1636.27
Hex2341964D39029e03e24
Octal43101226115710513407644
Binary1000111000001100101101001101111001010100111100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234196; }

 p { color: rgb(35,65,150); }

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

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

 a { background-color: rgb(35,65,150); }

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

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

 span { border-color: rgb(35,65,150); }

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