Html Css Color HEX #272474 Midnight Blue

📋 copy color: '#272474'

red 39 ◦ green 36 ◦ blue 116

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

Shades of Midnight Blue #272474

Tints of Midnight Blue #272474

RGB

 RED value IS 39 (15.63% from 255) = 20.42%

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 20.42%
G = 18.85%
B = 60.73%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#272474 (or 0x272474) is known color: Midnight Blue. HEX triplet: 27, 24 and 74. RGB value is (39,36,116). Sum of RGB (Red+Green+Blue) = 39+36+116=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #272474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272474 is #D8DB8B. Grayscale: #2D2D2D. Windows color (decimal): -14211980 or 7611431. OLE color: 7611431.

HSL color Cylindrical-coordinate representation of color #272474: hue angle of 242.25º 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 #272474 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 36 116 -
CMYK 0.66 0.69 0 0.55
HSL 242.25º 0.53% 0.3% -
HSV(B) 242.25º 0.69% 0.45% -
XYZ 4.62 2.95 16.85 -
YUV 46.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 39 36 116 0.66 0.69 0 0.55 242.25 0.53 0.3
Hex 27 24 74 42 45 0 37 F2 35 1E
Octal 47 44 164 102 105 0 67 362 65 36
Binary 100111 100100 1110100 1000010 1000101 0 110111 11110010 110101 11110

Color Harmonies of #272474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272474

Black with #272474

Text Example


Text Example

White with #272474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272474; }

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

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

background-color css

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

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

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

border-color css

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

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

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