Html Css Color HEX #252568 Midnight Blue

📋 copy color: '#252568'

red 37 ◦ green 37 ◦ blue 104

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

Shades of Midnight Blue #252568

Tints of Midnight Blue #252568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.43%

R = 20.79%
G = 20.79%
B = 58.43%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252568 (or 0x252568) is known color: Midnight Blue. HEX triplet: 25, 25 and 68. RGB value is (37,37,104). Sum of RGB (Red+Green+Blue) = 37+37+104=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #252568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252568 is #DADA97. Grayscale: #2C2C2C. Windows color (decimal): -14342808 or 6825253. OLE color: 6825253.

HSL color Cylindrical-coordinate representation of color #252568: hue angle of 240º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252568 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 37 104 -
CMYK 0.64 0.64 0 0.59
HSL 240º 0.48% 0.28% -
HSV(B) 240º 0.64% 0.41% -
XYZ 3.92 2.72 13.41 -
YUV 44.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 37 37 104 0.64 0.64 0 0.59 240 0.48 0.28
Hex 25 25 68 40 40 0 3B F0 30 1C
Octal 45 45 150 100 100 0 73 360 60 34
Binary 100101 100101 1101000 1000000 1000000 0 111011 11110000 110000 11100

Color Harmonies of #252568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252568

Black with #252568

Text Example


Text Example

White with #252568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252568; }

 p { color: rgb(37,37,104); }

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

background-color css

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

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

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

border-color css

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

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

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