Html Css Color HEX #232584 Midnight Blue

📋 copy color: '#232584'

red 35 ◦ green 37 ◦ blue 132

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

Shades of Midnight Blue #232584

Tints of Midnight Blue #232584

RGB

 RED value IS 35 (14.06% from 255) = 17.16%

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 132 (51.95% from 255) = 64.71%

R = 17.16%
G = 18.14%
B = 64.71%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#232584 (or 0x232584) is known color: Midnight Blue. HEX triplet: 23, 25 and 84. RGB value is (35,37,132). Sum of RGB (Red+Green+Blue) = 35+37+132=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #232584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232584 is #DCDA7B. Grayscale: #2E2E2E. Windows color (decimal): -14473852 or 8660259. OLE color: 8660259.

HSL color Cylindrical-coordinate representation of color #232584: hue angle of 238.76º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232584 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 37 132 -
CMYK 0.73 0.72 0 0.48
HSL 238.76º 0.58% 0.33% -
HSV(B) 238.76º 0.73% 0.52% -
XYZ 5.52 3.35 22.18 -
YUV 47.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 35 37 132 0.73 0.72 0 0.48 238.76 0.58 0.33
Hex 23 25 84 49 48 0 30 EF 3A 21
Octal 43 45 204 111 110 0 60 357 72 41
Binary 100011 100101 10000100 1001001 1001000 0 110000 11101111 111010 100001

Color Harmonies of #232584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232584

Black with #232584

Text Example


Text Example

White with #232584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232584; }

 p { color: rgb(35,37,132); }

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

background-color css

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

 a { background-color: rgb(35,37,132); }

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

border-color css

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

 span { border-color: rgb(35,37,132); }

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