Html Css Color HEX #242E78 Torea Bay

📋 copy color: '#242E78'

red 36 ◦ green 46 ◦ blue 120

#242E78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #242E78

Tints of Torea Bay #242E78

RGB

 RED value IS 36 (14.45% from 255) = 17.82%

 GREEN value IS 46 (18.36% from 255) = 22.77%

 BLUE value IS 120 (47.27% from 255) = 59.41%

R = 17.82%
G = 22.77%
B = 59.41%

CMYK

 C value IS 0.7

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#242E78 (or 0x242E78) is known color: Torea Bay. HEX triplet: 24, 2E and 78. RGB value is (36,46,120). Sum of RGB (Red+Green+Blue) = 36+46+120=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #242E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E78 is #DBD187. Grayscale: #333333. Windows color (decimal): -14406024 or 7876132. OLE color: 7876132.

HSL color Cylindrical-coordinate representation of color #242E78: hue angle of 232.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242E78 is Cyan = 0.7, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 46 120 -
CMYK 0.7 0.62 0 0.53
HSL 232.86º 0.54% 0.31% -
HSV(B) 232.86º 0.7% 0.47% -
XYZ 5.09 3.69 18.21 -
YUV 51.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 36 46 120 0.7 0.62 0 0.53 232.86 0.54 0.31
Hex 24 2E 78 46 3E 0 35 E9 36 1F
Octal 44 56 170 106 76 0 65 351 66 37
Binary 100100 101110 1111000 1000110 111110 0 110101 11101001 110110 11111

Color Harmonies of #242E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E78

Black with #242E78

Text Example


Text Example

White with #242E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,46,120); }

 H1.HeaderClassName
 {
   color: #242E78;
 }
 .AnyTagClassName
 {
   color: #242E78;
 }
</style>

background-color css

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

 a { background-color: rgb(36,46,120); }

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

border-color css

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

 span { border-color: rgb(36,46,120); }

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