Html Css Color HEX #242E72 Torea Bay

📋 copy color: '#242E72'

red 36 ◦ green 46 ◦ blue 114

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

Shades of Torea Bay #242E72

Tints of Torea Bay #242E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.16%

R = 18.37%
G = 23.47%
B = 58.16%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#242E72 (or 0x242E72) is known color: Torea Bay. HEX triplet: 24, 2E and 72. RGB value is (36,46,114). Sum of RGB (Red+Green+Blue) = 36+46+114=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #242E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E72 is #DBD18D. Grayscale: #323232. Windows color (decimal): -14406030 or 7482916. OLE color: 7482916.

HSL color Cylindrical-coordinate representation of color #242E72: hue angle of 232.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242E72 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 46 114 -
CMYK 0.68 0.60 0 0.55
HSL 232.31º 0.52% 0.29% -
HSV(B) 232.31º 0.68% 0.45% -
XYZ 4.74 3.54 16.35 -
YUV 50.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 36 46 114 0.68 0.60 0 0.55 232.31 0.52 0.29
Hex 24 2E 72 44 3C 0 37 E8 34 1D
Octal 44 56 162 104 74 0 67 350 64 35
Binary 100100 101110 1110010 1000100 111100 0 110111 11101000 110100 11101

Color Harmonies of #242E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E72

Black with #242E72

Text Example


Text Example

White with #242E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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