#233C91

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

Shades of Tory Blue #233C91

Tints of Tory Blue #233C91

Color information

#233C91 (or 0x233C91) is unknown color: approx Tory Blue. HEX triplet: 23, 3C and 91. RGB value is (35,60,145). Sum of RGB (Red+Green+Blue) = 35+60+145=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #233C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C91 is #DCC36E. Grayscale: #3D3D3D. Windows color (decimal): -14467951 or 9518115. OLE color: 9518115.

HSL color Cylindrical-coordinate representation of color #233C91: hue angle of 226.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233C91 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3560145-
CMYK0.760.5900.43
HSL226.36º61.11%35.29%-
HSV(B)226.36º75.86%56.86%-
XYZ7.425.6327.48-
YUV62.22174.72108.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.58%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 60.42%
R=14.58%
G=25%
B=60.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35601450.760.5900.43226.3661.1135.29
Hex233C914C3B02Be23d23
Octal4374221114730533427543
Binary100011111100100100011001100111011010101111100010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233C91; }

 p { color: rgb(35,60,145); }

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

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

 a { background-color: rgb(35,60,145); }

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

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

 span { border-color: rgb(35,60,145); }

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