Html Css Color HEX #232988 Midnight Blue

📋 copy color: '#232988'

red 35 ◦ green 41 ◦ blue 136

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

Shades of Midnight Blue #232988

Tints of Midnight Blue #232988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 16.51%
G = 19.34%
B = 64.15%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#232988 (or 0x232988) is known color: Midnight Blue. HEX triplet: 23, 29 and 88. RGB value is (35,41,136). Sum of RGB (Red+Green+Blue) = 35+41+136=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #232988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232988 is #DCD677. Grayscale: #313131. Windows color (decimal): -14472824 or 8923427. OLE color: 8923427.

HSL color Cylindrical-coordinate representation of color #232988: hue angle of 236.44º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232988 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 41 136 -
CMYK 0.74 0.70 0 0.47
HSL 236.44º 0.59% 0.34% -
HSV(B) 236.44º 0.74% 0.53% -
XYZ 5.93 3.72 23.7 -
YUV 50.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 35 41 136 0.74 0.70 0 0.47 236.44 0.59 0.34
Hex 23 29 88 4A 46 0 2F EC 3B 22
Octal 43 51 210 112 106 0 57 354 73 42
Binary 100011 101001 10001000 1001010 1000110 0 101111 11101100 111011 100010

Color Harmonies of #232988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232988

Black with #232988

Text Example


Text Example

White with #232988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232988; }

 p { color: rgb(35,41,136); }

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

background-color css

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

 a { background-color: rgb(35,41,136); }

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

border-color css

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

 span { border-color: rgb(35,41,136); }

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