Html Css Color HEX #1E3238 Oxford Blue

📋 copy color: '#1E3238'

red 30 ◦ green 50 ◦ blue 56

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

Shades of Oxford Blue #1E3238

Tints of Oxford Blue #1E3238

RGB

 RED value IS 30 (12.11% from 255) = 22.06%

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 22.06%
G = 36.76%
B = 41.18%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E3238 (or 0x1E3238) is known color: Oxford Blue. HEX triplet: 1E, 32 and 38. RGB value is (30,50,56). Sum of RGB (Red+Green+Blue) = 30+50+56=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3238 is #E1CDC7. Grayscale: #2C2C2C. Windows color (decimal): -14798280 or 3682846. OLE color: 3682846.

HSL color Cylindrical-coordinate representation of color #1E3238: hue angle of 193.85º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E3238 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 50 56 -
CMYK 0.46 0.11 0 0.78
HSL 193.85º 0.3% 0.17% -
HSV(B) 193.85º 0.46% 0.22% -
XYZ 2.39 2.84 4.16 -
YUV 44.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 30 50 56 0.46 0.11 0 0.78 193.85 0.3 0.17
Hex 1E 32 38 2E B 0 4E C2 1E 11
Octal 36 62 70 56 13 0 116 302 36 21
Binary 11110 110010 111000 101110 1011 0 1001110 11000010 11110 10001

Color Harmonies of #1E3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3238

Black with #1E3238

Text Example


Text Example

White with #1E3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E3238; }

 p { color: rgb(30,50,56); }

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

background-color css

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

 a { background-color: rgb(30,50,56); }

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

border-color css

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

 span { border-color: rgb(30,50,56); }

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