Html Css Color HEX #242B74 Midnight Blue

📋 copy color: '#242B74'

red 36 ◦ green 43 ◦ blue 116

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

Shades of Midnight Blue #242B74

Tints of Midnight Blue #242B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 116 (45.7% from 255) = 59.49%

R = 18.46%
G = 22.05%
B = 59.49%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#242B74 (or 0x242B74) is known color: Midnight Blue. HEX triplet: 24, 2B and 74. RGB value is (36,43,116). Sum of RGB (Red+Green+Blue) = 36+43+116=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #242B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B74 is #DBD48B. Grayscale: #303030. Windows color (decimal): -14406796 or 7613220. OLE color: 7613220.

HSL color Cylindrical-coordinate representation of color #242B74: hue angle of 234.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242B74 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 43 116 -
CMYK 0.69 0.63 0 0.55
HSL 234.75º 0.53% 0.3% -
HSV(B) 234.75º 0.69% 0.45% -
XYZ 4.74 3.36 16.92 -
YUV 49.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 36 43 116 0.69 0.63 0 0.55 234.75 0.53 0.3
Hex 24 2B 74 45 3F 0 37 EB 35 1E
Octal 44 53 164 105 77 0 67 353 65 36
Binary 100100 101011 1110100 1000101 111111 0 110111 11101011 110101 11110

Color Harmonies of #242B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B74

Black with #242B74

Text Example


Text Example

White with #242B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,43,116); }

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

background-color css

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

 a { background-color: rgb(36,43,116); }

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

border-color css

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

 span { border-color: rgb(36,43,116); }

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