#233A8E

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

Shades of Tory Blue #233A8E

Tints of Tory Blue #233A8E

Color information

#233A8E (or 0x233A8E) is unknown color: approx Tory Blue. HEX triplet: 23, 3A and 8E. RGB value is (35,58,142). Sum of RGB (Red+Green+Blue) = 35+58+142=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #233A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A8E is #DCC571. Grayscale: #3C3C3C. Windows color (decimal): -14468466 or 9320995. OLE color: 9320995.

HSL color Cylindrical-coordinate representation of color #233A8E: hue angle of 227.1º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #233A8E is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3558142-
CMYK0.750.5900.44
HSL227.1º60.45%34.71%-
HSV(B)227.1º75.35%55.69%-
XYZ7.095.3426.25-
YUV60.7173.88109.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=14.89%
G=24.68%
B=60.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35581420.750.5900.44227.160.4534.71
Hex233A8E4B3B02Ce33c23
Octal4372216113730543437443
Binary100011111010100011101001011111011010110011100011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,58,142); }

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

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

 a { background-color: rgb(35,58,142); }

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

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

 span { border-color: rgb(35,58,142); }

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