Html Css Color HEX #242365 Midnight Blue

📋 copy color: '#242365'

red 36 ◦ green 35 ◦ blue 101

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

Shades of Midnight Blue #242365

Tints of Midnight Blue #242365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 101 (39.84% from 255) = 58.72%

R = 20.93%
G = 20.35%
B = 58.72%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#242365 (or 0x242365) is known color: Midnight Blue. HEX triplet: 24, 23 and 65. RGB value is (36,35,101). Sum of RGB (Red+Green+Blue) = 36+35+101=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #242365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242365 is #DBDC9A. Grayscale: #2A2A2A. Windows color (decimal): -14408859 or 6628132. OLE color: 6628132.

HSL color Cylindrical-coordinate representation of color #242365: hue angle of 240.91º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242365 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 35 101 -
CMYK 0.64 0.65 0 0.60
HSL 240.91º 0.49% 0.27% -
HSV(B) 240.91º 0.65% 0.4% -
XYZ 3.68 2.52 12.6 -
YUV 42.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 36 35 101 0.64 0.65 0 0.60 240.91 0.49 0.27
Hex 24 23 65 40 41 0 3C F1 31 1B
Octal 44 43 145 100 101 0 74 361 61 33
Binary 100100 100011 1100101 1000000 1000001 0 111100 11110001 110001 11011

Color Harmonies of #242365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242365

Black with #242365

Text Example


Text Example

White with #242365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242365; }

 p { color: rgb(36,35,101); }

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

background-color css

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

 a { background-color: rgb(36,35,101); }

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

border-color css

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

 span { border-color: rgb(36,35,101); }

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