#232C8B

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

Shades of Torea Bay #232C8B

Tints of Torea Bay #232C8B

Color information

#232C8B (or 0x232C8B) is unknown color: approx Torea Bay. HEX triplet: 23, 2C and 8B. RGB value is (35,44,139). Sum of RGB (Red+Green+Blue) = 35+44+139=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #232C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C8B is #DCD374. Grayscale: #333333. Windows color (decimal): -14472053 or 9120803. OLE color: 9120803.

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

Color convert

RGB3544139-
CMYK0.750.6800.45
HSL234.81º59.77%34.12%-
HSV(B)234.81º74.82%54.51%-
XYZ6.254.0224.87-
YUV52.14177.02115.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=16.06%
G=20.18%
B=63.76%

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
Decimal35441390.750.6800.45234.8159.7734.12
Hex232C8B4B4402Deb3c22
Octal43542131131040553537442
Binary1000111011001000101110010111000100010110111101011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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