Html Css Color HEX #232368 Midnight Blue

📋 copy color: '#232368'

red 35 ◦ green 35 ◦ blue 104

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

Shades of Midnight Blue #232368

Tints of Midnight Blue #232368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

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

R = 20.11%
G = 20.11%
B = 59.77%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#232368 (or 0x232368) is known color: Midnight Blue. HEX triplet: 23, 23 and 68. RGB value is (35,35,104). Sum of RGB (Red+Green+Blue) = 35+35+104=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #232368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232368 is #DCDC97. Grayscale: #2A2A2A. Windows color (decimal): -14474392 or 6824739. OLE color: 6824739.

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

Color convert

RGB 35 35 104 -
CMYK 0.66 0.66 0 0.59
HSL 240º 0.5% 0.27% -
HSV(B) 240º 0.66% 0.41% -
XYZ 3.79 2.56 13.39 -
YUV 42.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 35 35 104 0.66 0.66 0 0.59 240 0.5 0.27
Hex 23 23 68 42 42 0 3B F0 32 1B
Octal 43 43 150 102 102 0 73 360 62 33
Binary 100011 100011 1101000 1000010 1000010 0 111011 11110000 110010 11011

Color Harmonies of #232368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232368

Black with #232368

Text Example


Text Example

White with #232368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232368; }

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

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

background-color css

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

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

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

border-color css

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

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

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