#233D92

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

Shades of Tory Blue #233D92

Tints of Tory Blue #233D92

Color information

#233D92 (or 0x233D92) is unknown color: approx Tory Blue. HEX triplet: 23, 3D and 92. RGB value is (35,61,146). Sum of RGB (Red+Green+Blue) = 35+61+146=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #233D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D92 is #DCC26D. Grayscale: #3E3E3E. Windows color (decimal): -14467694 or 9583907. OLE color: 9583907.

HSL color Cylindrical-coordinate representation of color #233D92: hue angle of 225.95º 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 #233D92 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3561146-
CMYK0.760.5800.43
HSL225.95º61.33%35.49%-
HSV(B)225.95º76.03%57.25%-
XYZ7.555.7727.91-
YUV62.92174.89108.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=14.46%
G=25.21%
B=60.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35611460.760.5800.43225.9561.3335.49
Hex233D924C3A02Be23d23
Octal4375222114720533427543
Binary100011111101100100101001100111010010101111100010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,146); }

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

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

 a { background-color: rgb(35,61,146); }

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

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

 span { border-color: rgb(35,61,146); }

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