#242F7C

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

Shades of Torea Bay #242F7C

Tints of Torea Bay #242F7C

Color information

#242F7C (or 0x242F7C) is unknown color: approx Torea Bay. HEX triplet: 24, 2F and 7C. RGB value is (36,47,124). Sum of RGB (Red+Green+Blue) = 36+47+124=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #242F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F7C is #DBD083. Grayscale: #343434. Windows color (decimal): -14405764 or 8138532. OLE color: 8138532.

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

Color convert

RGB3647124-
CMYK0.710.6200.51
HSL232.5º55%31.37%-
HSV(B)232.5º70.97%48.63%-
XYZ5.383.8619.53-
YUV52.49168.36116.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=17.39%
G=22.71%
B=59.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36471240.710.6200.51232.55531.37
Hex242F7C473E033e8371f
Octal4457174107760633506737
Binary1001001011111111100100011111111001100111110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,47,124); }

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

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

 a { background-color: rgb(36,47,124); }

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

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

 span { border-color: rgb(36,47,124); }

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