#232d77

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

Shades of Torea Bay #232D77

Tints of Torea Bay #232D77

Color information

#232D77 (or 0x232D77) is unknown color: approx Torea Bay. HEX triplet: 23, 2D and 77. RGB value is (35,45,119). Sum of RGB (Red+Green+Blue) = 35+45+119=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #232D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D77 is #DCD288. Grayscale: #323232. Windows color (decimal): -14471817 or 7810339. OLE color: 7810339.

HSL color Cylindrical-coordinate representation of color #232D77: hue angle of 232.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232D77 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3545119-
CMYK0.710.6200.53
HSL232.86º54.55%30.2%-
HSV(B)232.86º70.59%46.67%-
XYZ4.963.5717.88-
YUV50.45166.69116.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=17.59%
G=22.61%
B=59.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35451190.710.6200.53232.8654.5530.2
Hex232D77473E035e9371e
Octal4355167107760653516736
Binary1000111011011110111100011111111001101011110100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232d77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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