Html Css Color HEX #253238 Oxford Blue

📋 copy color: '#253238'

red 37 ◦ green 50 ◦ blue 56

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

Shades of Oxford Blue #253238

Tints of Oxford Blue #253238

RGB

 RED value IS 37 (14.84% from 255) = 25.87%

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

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

R = 25.87%
G = 34.97%
B = 39.16%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253238 (or 0x253238) is known color: Oxford Blue. HEX triplet: 25, 32 and 38. RGB value is (37,50,56). Sum of RGB (Red+Green+Blue) = 37+50+56=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #253238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253238 is #DACDC7. Grayscale: #2E2E2E. Windows color (decimal): -14339528 or 3682853. OLE color: 3682853.

HSL color Cylindrical-coordinate representation of color #253238: hue angle of 198.95º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253238 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 50 56 -
CMYK 0.34 0.11 0 0.78
HSL 198.95º 0.2% 0.18% -
HSV(B) 198.95º 0.34% 0.22% -
XYZ 2.62 2.96 4.17 -
YUV 46.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 37 50 56 0.34 0.11 0 0.78 198.95 0.2 0.18
Hex 25 32 38 22 B 0 4E C7 14 12
Octal 45 62 70 42 13 0 116 307 24 22
Binary 100101 110010 111000 100010 1011 0 1001110 11000111 10100 10010

Color Harmonies of #253238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253238

Black with #253238

Text Example


Text Example

White with #253238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253238; }

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

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

background-color css

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

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

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

border-color css

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

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

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