#232D8B

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

Shades of Torea Bay #232D8B

Tints of Torea Bay #232D8B

Color information

#232D8B (or 0x232D8B) is unknown color: approx Torea Bay. HEX triplet: 23, 2D and 8B. RGB value is (35,45,139). Sum of RGB (Red+Green+Blue) = 35+45+139=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #232D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D8B is #DCD274. Grayscale: #343434. Windows color (decimal): -14471797 or 9121059. OLE color: 9121059.

HSL color Cylindrical-coordinate representation of color #232D8B: hue angle of 234.23º 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 #232D8B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3545139-
CMYK0.750.6800.45
HSL234.23º59.77%34.12%-
HSV(B)234.23º74.82%54.51%-
XYZ6.294.124.89-
YUV52.73176.69115.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=15.98%
G=20.55%
B=63.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35451390.750.6800.45234.2359.7734.12
Hex232D8B4B4402Dea3c22
Octal43552131131040553527442
Binary1000111011011000101110010111000100010110111101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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