#232D74

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

Shades of Torea Bay #232D74

Tints of Torea Bay #232D74

Color information

#232D74 (or 0x232D74) is unknown color: approx Torea Bay. HEX triplet: 23, 2D and 74. RGB value is (35,45,116). Sum of RGB (Red+Green+Blue) = 35+45+116=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #232D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D74 is #DCD28B. Grayscale: #313131. Windows color (decimal): -14471820 or 7613731. OLE color: 7613731.

HSL color Cylindrical-coordinate representation of color #232D74: hue angle of 232.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232D74 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3545116-
CMYK0.700.6100.55
HSL232.59º53.64%29.61%-
HSV(B)232.59º69.83%45.49%-
XYZ4.783.516.95-
YUV50.1165.19117.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=17.86%
G=22.96%
B=59.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35451160.700.6100.55232.5953.6429.61
Hex232D74463D037e9361e
Octal4355164106750673516636
Binary1000111011011110100100011011110101101111110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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