Html Css Color HEX #252188 Midnight Blue

📋 copy color: '#252188'

red 37 ◦ green 33 ◦ blue 136

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

Shades of Midnight Blue #252188

Tints of Midnight Blue #252188

RGB

 RED value IS 37 (14.84% from 255) = 17.96%

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 136 (53.52% from 255) = 66.02%

R = 17.96%
G = 16.02%
B = 66.02%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#252188 (or 0x252188) is known color: Midnight Blue. HEX triplet: 25, 21 and 88. RGB value is (37,33,136). Sum of RGB (Red+Green+Blue) = 37+33+136=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #252188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252188 is #DADE77. Grayscale: #2D2D2D. Windows color (decimal): -14343800 or 8921381. OLE color: 8921381.

HSL color Cylindrical-coordinate representation of color #252188: hue angle of 242.33º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252188 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 33 136 -
CMYK 0.73 0.76 0 0.47
HSL 242.33º 0.61% 0.33% -
HSV(B) 242.33º 0.76% 0.53% -
XYZ 5.75 3.26 23.62 -
YUV 45.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 37 33 136 0.73 0.76 0 0.47 242.33 0.61 0.33
Hex 25 21 88 49 4C 0 2F F2 3D 21
Octal 45 41 210 111 114 0 57 362 75 41
Binary 100101 100001 10001000 1001001 1001100 0 101111 11110010 111101 100001

Color Harmonies of #252188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252188

Black with #252188

Text Example


Text Example

White with #252188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252188; }

 p { color: rgb(37,33,136); }

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

background-color css

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

 a { background-color: rgb(37,33,136); }

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

border-color css

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

 span { border-color: rgb(37,33,136); }

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