Html Css Color HEX #263446 Midnight

📋 copy color: '#263446'

red 38 ◦ green 52 ◦ blue 70

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

Shades of Midnight #263446

Tints of Midnight #263446

RGB

 RED value IS 38 (15.23% from 255) = 23.75%

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 70 (27.73% from 255) = 43.75%

R = 23.75%
G = 32.5%
B = 43.75%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#263446 (or 0x263446) is known color: Midnight. HEX triplet: 26, 34 and 46. RGB value is (38,52,70). Sum of RGB (Red+Green+Blue) = 38+52+70=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #263446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263446 is #D9CBB9. Grayscale: #313131. Windows color (decimal): -14273466 or 4600870. OLE color: 4600870.

HSL color Cylindrical-coordinate representation of color #263446: hue angle of 213.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #263446 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 52 70 -
CMYK 0.46 0.26 0 0.73
HSL 213.75º 0.3% 0.21% -
HSV(B) 213.75º 0.46% 0.27% -
XYZ 3.13 3.31 6.27 -
YUV 49.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 38 52 70 0.46 0.26 0 0.73 213.75 0.3 0.21
Hex 26 34 46 2E 1A 0 49 D6 1E 15
Octal 46 64 106 56 32 0 111 326 36 25
Binary 100110 110100 1000110 101110 11010 0 1001001 11010110 11110 10101

Color Harmonies of #263446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263446

Black with #263446

Text Example


Text Example

White with #263446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263446; }

 p { color: rgb(38,52,70); }

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

background-color css

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

 a { background-color: rgb(38,52,70); }

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

border-color css

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

 span { border-color: rgb(38,52,70); }

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