#242C7B

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

Shades of Torea Bay #242C7B

Tints of Torea Bay #242C7B

Color information

#242C7B (or 0x242C7B) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 7B. RGB value is (36,44,123). Sum of RGB (Red+Green+Blue) = 36+44+123=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #242C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C7B is #DBD384. Grayscale: #323232. Windows color (decimal): -14406533 or 8072228. OLE color: 8072228.

HSL color Cylindrical-coordinate representation of color #242C7B: hue angle of 234.48º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #242C7B is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3644123-
CMYK0.710.6400.52
HSL234.48º54.72%31.18%-
HSV(B)234.48º70.73%48.24%-
XYZ5.23.6119.16-
YUV50.61168.85117.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=17.73%
G=21.67%
B=60.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36441230.710.6400.52234.4854.7231.18
Hex242C7B4740034ea371f
Octal44541731071000643526737
Binary10010010110011110111000111100000001101001110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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