#242c7e

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

Shades of Torea Bay #242C7E

Tints of Torea Bay #242C7E

Color information

#242C7E (or 0x242C7E) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 7E. RGB value is (36,44,126). Sum of RGB (Red+Green+Blue) = 36+44+126=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #242C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C7E is #DBD381. Grayscale: #323232. Windows color (decimal): -14406530 or 8268836. OLE color: 8268836.

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

Color convert

RGB3644126-
CMYK0.710.6500.51
HSL234.67º55.56%31.76%-
HSV(B)234.67º71.43%49.41%-
XYZ5.393.6820.17-
YUV50.96170.35117.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 126 (49.61% from 255) = 61.17%
R=17.48%
G=21.36%
B=61.17%

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
Decimal36441260.710.6500.51234.6755.5631.76
Hex242C7E4741033eb3820
Octal44541761071010633537040
Binary100100101100111111010001111000001011001111101011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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