#23448E

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

Shades of Tory Blue #23448E

Tints of Tory Blue #23448E

Color information

#23448E (or 0x23448E) is unknown color: approx Tory Blue. HEX triplet: 23, 44 and 8E. RGB value is (35,68,142). Sum of RGB (Red+Green+Blue) = 35+68+142=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #23448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23448E is #DCBB71. Grayscale: #424242. Windows color (decimal): -14465906 or 9323555. OLE color: 9323555.

HSL color Cylindrical-coordinate representation of color #23448E: hue angle of 221.5º 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 #23448E is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3568142-
CMYK0.750.5200.44
HSL221.5º60.45%34.71%-
HSV(B)221.5º75.35%55.69%-
XYZ7.646.4426.43-
YUV66.57170.57105.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=14.29%
G=27.76%
B=57.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35681420.750.5200.44221.560.4534.71
Hex23448E4B3402Cdd3c23
Octal43104216113640543357443
Binary1000111000100100011101001011110100010110011011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23448E; }

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

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

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

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

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

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

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

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