Html Css Color HEX #21263D Midnight Express

📋 copy color: '#21263D'

red 33 ◦ green 38 ◦ blue 61

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

Shades of Midnight Express #21263D

Tints of Midnight Express #21263D

RGB

 RED value IS 33 (13.28% from 255) = 25%

 GREEN value IS 38 (15.23% from 255) = 28.79%

 BLUE value IS 61 (24.22% from 255) = 46.21%

R = 25%
G = 28.79%
B = 46.21%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21263D (or 0x21263D) is known color: Midnight Express. HEX triplet: 21, 26 and 3D. RGB value is (33,38,61). Sum of RGB (Red+Green+Blue) = 33+38+61=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #21263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21263D is #DED9C2. Grayscale: #272727. Windows color (decimal): -14604739 or 4007457. OLE color: 4007457.

HSL color Cylindrical-coordinate representation of color #21263D: hue angle of 229.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21263D is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 38 61 -
CMYK 0.46 0.38 0 0.76
HSL 229.29º 0.3% 0.18% -
HSV(B) 229.29º 0.46% 0.24% -
XYZ 2.16 2.05 4.7 -
YUV 39.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 33 38 61 0.46 0.38 0 0.76 229.29 0.3 0.18
Hex 21 26 3D 2E 26 0 4C E5 1E 12
Octal 41 46 75 56 46 0 114 345 36 22
Binary 100001 100110 111101 101110 100110 0 1001100 11100101 11110 10010

Color Harmonies of #21263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21263D

Black with #21263D

Text Example


Text Example

White with #21263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21263D; }

 p { color: rgb(33,38,61); }

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

background-color css

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

 a { background-color: rgb(33,38,61); }

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

border-color css

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

 span { border-color: rgb(33,38,61); }

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