Html Css Color HEX #232F40 Midnight

📋 copy color: '#232F40'

red 35 ◦ green 47 ◦ blue 64

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

Shades of Midnight #232F40

Tints of Midnight #232F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 64 (25.39% from 255) = 43.84%

R = 23.97%
G = 32.19%
B = 43.84%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232F40 (or 0x232F40) is known color: Midnight. HEX triplet: 23, 2F and 40. RGB value is (35,47,64). Sum of RGB (Red+Green+Blue) = 35+47+64=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #232F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F40 is #DCD0BF. Grayscale: #2D2D2D. Windows color (decimal): -14471360 or 4206371. OLE color: 4206371.

HSL color Cylindrical-coordinate representation of color #232F40: hue angle of 215.17º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232F40 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 47 64 -
CMYK 0.45 0.27 0 0.75
HSL 215.17º 0.29% 0.19% -
HSV(B) 215.17º 0.45% 0.25% -
XYZ 2.64 2.76 5.24 -
YUV 45.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 35 47 64 0.45 0.27 0 0.75 215.17 0.29 0.19
Hex 23 2F 40 2D 1B 0 4B D7 1D 13
Octal 43 57 100 55 33 0 113 327 35 23
Binary 100011 101111 1000000 101101 11011 0 1001011 11010111 11101 10011

Color Harmonies of #232F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F40

Black with #232F40

Text Example


Text Example

White with #232F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232F40; }

 p { color: rgb(35,47,64); }

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

background-color css

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

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

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

border-color css

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

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

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