#232c8d

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

Shades of Torea Bay #232C8D

Tints of Torea Bay #232C8D

Color information

#232C8D (or 0x232C8D) is unknown color: approx Torea Bay. HEX triplet: 23, 2C and 8D. RGB value is (35,44,141). Sum of RGB (Red+Green+Blue) = 35+44+141=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #232C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C8D is #DCD372. Grayscale: #333333. Windows color (decimal): -14472051 or 9251875. OLE color: 9251875.

HSL color Cylindrical-coordinate representation of color #232C8D: hue angle of 234.91º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232C8D is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3544141-
CMYK0.750.6900.45
HSL234.91º60.23%34.51%-
HSV(B)234.91º75.18%55.29%-
XYZ6.44.0825.65-
YUV52.37178.02115.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=15.91%
G=20%
B=64.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35441410.750.6900.45234.9160.2334.51
Hex232C8D4B4502Deb3c23
Octal43542151131050553537443
Binary1000111011001000110110010111000101010110111101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232c8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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