Html Css Color HEX #242F89 Torea Bay

📋 copy color: '#242F89'

red 36 ◦ green 47 ◦ blue 137

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

Shades of Torea Bay #242F89

Tints of Torea Bay #242F89

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.36%

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 16.36%
G = 21.36%
B = 62.27%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#242F89 (or 0x242F89) is known color: Torea Bay. HEX triplet: 24, 2F and 89. RGB value is (36,47,137). Sum of RGB (Red+Green+Blue) = 36+47+137=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #242F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F89 is #DBD076. Grayscale: #353535. Windows color (decimal): -14405751 or 8990500. OLE color: 8990500.

HSL color Cylindrical-coordinate representation of color #242F89: hue angle of 233.47º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242F89 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 47 137 -
CMYK 0.74 0.66 0 0.46
HSL 233.47º 0.58% 0.34% -
HSV(B) 233.47º 0.74% 0.54% -
XYZ 6.26 4.21 24.15 -
YUV 53.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 36 47 137 0.74 0.66 0 0.46 233.47 0.58 0.34
Hex 24 2F 89 4A 42 0 2E E9 3A 22
Octal 44 57 211 112 102 0 56 351 72 42
Binary 100100 101111 10001001 1001010 1000010 0 101110 11101001 111010 100010

Color Harmonies of #242F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F89

Black with #242F89

Text Example


Text Example

White with #242F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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