#233E93

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

Shades of Tory Blue #233E93

Tints of Tory Blue #233E93

Color information

#233E93 (or 0x233E93) is unknown color: approx Tory Blue. HEX triplet: 23, 3E and 93. RGB value is (35,62,147). Sum of RGB (Red+Green+Blue) = 35+62+147=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #233E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E93 is #DCC16C. Grayscale: #3F3F3F. Windows color (decimal): -14467437 or 9649699. OLE color: 9649699.

HSL color Cylindrical-coordinate representation of color #233E93: hue angle of 225.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233E93 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3562147-
CMYK0.760.5800.42
HSL225.54º61.54%35.69%-
HSV(B)225.54º76.19%57.65%-
XYZ7.685.9128.34-
YUV63.62175.05107.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=14.34%
G=25.41%
B=60.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35621470.760.5800.42225.5461.5435.69
Hex233E934C3A02Ae23e24
Octal4376223114720523427644
Binary100011111110100100111001100111010010101011100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,147); }

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

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

 a { background-color: rgb(35,62,147); }

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

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

 span { border-color: rgb(35,62,147); }

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