Html Css Color HEX #263441 Midnight

📋 copy color: '#263441'

red 38 ◦ green 52 ◦ blue 65

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

Shades of Midnight #263441

Tints of Midnight #263441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 24.52%
G = 33.55%
B = 41.94%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263441 (or 0x263441) is known color: Midnight. HEX triplet: 26, 34 and 41. RGB value is (38,52,65). Sum of RGB (Red+Green+Blue) = 38+52+65=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #263441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263441 is #D9CBBE. Grayscale: #313131. Windows color (decimal): -14273471 or 4273190. OLE color: 4273190.

HSL color Cylindrical-coordinate representation of color #263441: hue angle of 208.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263441 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 52 65 -
CMYK 0.42 0.20 0 0.75
HSL 208.89º 0.26% 0.2% -
HSV(B) 208.89º 0.42% 0.25% -
XYZ 2.98 3.25 5.47 -
YUV 49.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 38 52 65 0.42 0.20 0 0.75 208.89 0.26 0.2
Hex 26 34 41 2A 14 0 4B D1 1A 14
Octal 46 64 101 52 24 0 113 321 32 24
Binary 100110 110100 1000001 101010 10100 0 1001011 11010001 11010 10100

Color Harmonies of #263441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263441

Black with #263441

Text Example


Text Example

White with #263441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263441; }

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

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

background-color css

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

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

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

border-color css

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

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

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