#232E81

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

Shades of Torea Bay #232E81

Tints of Torea Bay #232E81

Color information

#232E81 (or 0x232E81) is unknown color: approx Torea Bay. HEX triplet: 23, 2E and 81. RGB value is (35,46,129). Sum of RGB (Red+Green+Blue) = 35+46+129=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #232E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E81 is #DCD17E. Grayscale: #333333. Windows color (decimal): -14471551 or 8465955. OLE color: 8465955.

HSL color Cylindrical-coordinate representation of color #232E81: hue angle of 232.98º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232E81 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3546129-
CMYK0.730.6400.49
HSL232.98º57.32%32.16%-
HSV(B)232.98º72.87%50.59%-
XYZ5.633.921.22-
YUV52.17171.36115.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 129 (50.78% from 255) = 61.43%
R=16.67%
G=21.90%
B=61.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35461290.730.6400.49232.9857.3232.16
Hex232E814940031e93920
Octal43562011111000613517140
Binary1000111011101000000110010011000000011000111101001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,46,129); }

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

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

 a { background-color: rgb(35,46,129); }

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

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

 span { border-color: rgb(35,46,129); }

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