#232D7B

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

Shades of Torea Bay #232D7B

Tints of Torea Bay #232D7B

Color information

#232D7B (or 0x232D7B) is unknown color: approx Torea Bay. HEX triplet: 23, 2D and 7B. RGB value is (35,45,123). Sum of RGB (Red+Green+Blue) = 35+45+123=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #232D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D7B is #DCD284. Grayscale: #323232. Windows color (decimal): -14471813 or 8072483. OLE color: 8072483.

HSL color Cylindrical-coordinate representation of color #232D7B: hue angle of 233.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232D7B is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3545123-
CMYK0.720.6300.52
HSL233.18º55.7%30.98%-
HSV(B)233.18º71.54%48.24%-
XYZ5.213.6619.17-
YUV50.9168.69116.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=17.24%
G=22.17%
B=60.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35451230.720.6300.52233.1855.730.98
Hex232D7B483F034e9381f
Octal4355173110770643517037
Binary1000111011011111011100100011111101101001110100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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