#242C88

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

Shades of Torea Bay #242C88

Tints of Torea Bay #242C88

Color information

#242C88 (or 0x242C88) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 88. RGB value is (36,44,136). Sum of RGB (Red+Green+Blue) = 36+44+136=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #242C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C88 is #DBD377. Grayscale: #333333. Windows color (decimal): -14406520 or 8924196. OLE color: 8924196.

HSL color Cylindrical-coordinate representation of color #242C88: hue angle of 235.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242C88 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3644136-
CMYK0.740.6800.47
HSL235.2º58.14%33.73%-
HSV(B)235.2º73.53%53.33%-
XYZ6.073.9523.74-
YUV52.1175.35116.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 136 (53.52% from 255) = 62.96%
R=16.67%
G=20.37%
B=62.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36441360.740.6800.47235.258.1433.73
Hex242C884A4402Feb3a22
Octal44542101121040573537242
Binary1001001011001000100010010101000100010111111101011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C88; }

 p { color: rgb(36,44,136); }

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

<style>
 a { background-color: #242C88; }

 a { background-color: rgb(36,44,136); }

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

<style>
 span { border-color: #242C88; }

 span { border-color: rgb(36,44,136); }

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