#232B89

Color #232B89 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #232B89

Tints of Torea Bay #232B89

Color information

#232B89 (or 0x232B89) is unknown color: approx Torea Bay. HEX triplet: 23, 2B and 89. RGB value is (35,43,137). Sum of RGB (Red+Green+Blue) = 35+43+137=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #232B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B89 is #DCD476. Grayscale: #323232. Windows color (decimal): -14472311 or 8989475. OLE color: 8989475.

HSL color Cylindrical-coordinate representation of color #232B89: hue angle of 235.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232B89 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3543137-
CMYK0.740.6900.46
HSL235.29º59.3%33.73%-
HSV(B)235.29º74.45%53.73%-
XYZ6.073.8924.1-
YUV51.32176.35116.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 63.72%
R=16.28%
G=20%
B=63.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35431370.740.6900.46235.2959.333.73
Hex232B894A4502Eeb3b22
Octal43532111121050563537342
Binary1000111010111000100110010101000101010111011101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232B89; }

 p { color: rgb(35,43,137); }

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

<style>
 a { background-color: #232B89; }

 a { background-color: rgb(35,43,137); }

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

<style>
 span { border-color: #232B89; }

 span { border-color: rgb(35,43,137); }

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