#232C7C

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

Shades of Torea Bay #232C7C

Tints of Torea Bay #232C7C

Color information

#232C7C (or 0x232C7C) is unknown color: approx Torea Bay. HEX triplet: 23, 2C and 7C. RGB value is (35,44,124). Sum of RGB (Red+Green+Blue) = 35+44+124=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #232C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C7C is #DCD383. Grayscale: #323232. Windows color (decimal): -14472068 or 8137763. OLE color: 8137763.

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

Color convert

RGB3544124-
CMYK0.720.6500.51
HSL233.93º55.97%31.18%-
HSV(B)233.93º71.77%48.63%-
XYZ5.233.6119.49-
YUV50.43169.52117-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=17.24%
G=21.67%
B=61.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35441240.720.6500.51233.9355.9731.18
Hex232C7C4841033ea381f
Octal43541741101010633527037
Binary10001110110011111001001000100000101100111110101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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