Html Css Color HEX #1D3238 Oxford Blue

📋 copy color: '#1D3238'

red 29 ◦ green 50 ◦ blue 56

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

Shades of Oxford Blue #1D3238

Tints of Oxford Blue #1D3238

RGB

 RED value IS 29 (11.72% from 255) = 21.48%

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

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

R = 21.48%
G = 37.04%
B = 41.48%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3238 (or 0x1D3238) is known color: Oxford Blue. HEX triplet: 1D, 32 and 38. RGB value is (29,50,56). Sum of RGB (Red+Green+Blue) = 29+50+56=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3238 is #E2CDC7. Grayscale: #2C2C2C. Windows color (decimal): -14863816 or 3682845. OLE color: 3682845.

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

Color convert

RGB 29 50 56 -
CMYK 0.48 0.11 0 0.78
HSL 193.33º 0.32% 0.17% -
HSV(B) 193.33º 0.48% 0.22% -
XYZ 2.36 2.83 4.16 -
YUV 44.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 29 50 56 0.48 0.11 0 0.78 193.33 0.32 0.17
Hex 1D 32 38 30 B 0 4E C1 20 11
Octal 35 62 70 60 13 0 116 301 40 21
Binary 11101 110010 111000 110000 1011 0 1001110 11000001 100000 10001

Color Harmonies of #1D3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3238

Black with #1D3238

Text Example


Text Example

White with #1D3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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