Html Css Color HEX #232580 Midnight Blue

📋 copy color: '#232580'

red 35 ◦ green 37 ◦ blue 128

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

Shades of Midnight Blue #232580

Tints of Midnight Blue #232580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64%

R = 17.5%
G = 18.5%
B = 64%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#232580 (or 0x232580) is known color: Midnight Blue. HEX triplet: 23, 25 and 80. RGB value is (35,37,128). Sum of RGB (Red+Green+Blue) = 35+37+128=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #232580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232580 is #DCDA7F. Grayscale: #2E2E2E. Windows color (decimal): -14473856 or 8398115. OLE color: 8398115.

HSL color Cylindrical-coordinate representation of color #232580: hue angle of 238.71º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232580 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 37 128 -
CMYK 0.73 0.71 0 0.50
HSL 238.71º 0.57% 0.32% -
HSV(B) 238.71º 0.73% 0.5% -
XYZ 5.25 3.24 20.77 -
YUV 46.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 35 37 128 0.73 0.71 0 0.50 238.71 0.57 0.32
Hex 23 25 80 49 47 0 32 EF 39 20
Octal 43 45 200 111 107 0 62 357 71 40
Binary 100011 100101 10000000 1001001 1000111 0 110010 11101111 111001 100000

Color Harmonies of #232580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232580

Black with #232580

Text Example


Text Example

White with #232580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232580; }

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

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

background-color css

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

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

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

border-color css

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

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

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