#242C7C

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

Shades of Torea Bay #242C7C

Tints of Torea Bay #242C7C

Color information

#242C7C (or 0x242C7C) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 7C. RGB value is (36,44,124). Sum of RGB (Red+Green+Blue) = 36+44+124=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #242C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C7C is #DBD383. Grayscale: #323232. Windows color (decimal): -14406532 or 8137764. OLE color: 8137764.

HSL color Cylindrical-coordinate representation of color #242C7C: hue angle of 234.55º 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 #242C7C is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3644124-
CMYK0.710.6500.51
HSL234.55º55%31.37%-
HSV(B)234.55º70.97%48.63%-
XYZ5.273.6319.49-
YUV50.73169.35117.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 124 (48.83% from 255) = 60.78%
R=17.65%
G=21.57%
B=60.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36441240.710.6500.51234.555531.37
Hex242C7C4741033eb371f
Octal44541741071010633536737
Binary10010010110011111001000111100000101100111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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