Html Css Color HEX #252268 Midnight Blue

📋 copy color: '#252268'

red 37 ◦ green 34 ◦ blue 104

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

Shades of Midnight Blue #252268

Tints of Midnight Blue #252268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 21.14%
G = 19.43%
B = 59.43%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252268 (or 0x252268) is known color: Midnight Blue. HEX triplet: 25, 22 and 68. RGB value is (37,34,104). Sum of RGB (Red+Green+Blue) = 37+34+104=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #252268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252268 is #DADD97. Grayscale: #2A2A2A. Windows color (decimal): -14343576 or 6824485. OLE color: 6824485.

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

Color convert

RGB 37 34 104 -
CMYK 0.64 0.67 0 0.59
HSL 242.57º 0.51% 0.27% -
HSV(B) 242.57º 0.67% 0.41% -
XYZ 3.83 2.54 13.38 -
YUV 42.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 37 34 104 0.64 0.67 0 0.59 242.57 0.51 0.27
Hex 25 22 68 40 43 0 3B F3 33 1B
Octal 45 42 150 100 103 0 73 363 63 33
Binary 100101 100010 1101000 1000000 1000011 0 111011 11110011 110011 11011

Color Harmonies of #252268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252268

Black with #252268

Text Example


Text Example

White with #252268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252268; }

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

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

background-color css

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

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

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

border-color css

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

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

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