#232E8B

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

Shades of Torea Bay #232E8B

Tints of Torea Bay #232E8B

Color information

#232E8B (or 0x232E8B) is unknown color: approx Torea Bay. HEX triplet: 23, 2E and 8B. RGB value is (35,46,139). Sum of RGB (Red+Green+Blue) = 35+46+139=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #232E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E8B is #DCD174. Grayscale: #343434. Windows color (decimal): -14471541 or 9121315. OLE color: 9121315.

HSL color Cylindrical-coordinate representation of color #232E8B: hue angle of 233.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232E8B is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3546139-
CMYK0.750.6700.45
HSL233.65º59.77%34.12%-
HSV(B)233.65º74.82%54.51%-
XYZ6.334.1824.9-
YUV53.31176.36114.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=15.91%
G=20.91%
B=63.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35461390.750.6700.45233.6559.7734.12
Hex232E8B4B4302Dea3c22
Octal43562131131030553527442
Binary1000111011101000101110010111000011010110111101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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