Html Css Color HEX #253236 Oxford Blue

📋 copy color: '#253236'

red 37 ◦ green 50 ◦ blue 54

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

Shades of Oxford Blue #253236

Tints of Oxford Blue #253236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.3%

R = 26.24%
G = 35.46%
B = 38.3%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#253236 (or 0x253236) is known color: Oxford Blue. HEX triplet: 25, 32 and 36. RGB value is (37,50,54). Sum of RGB (Red+Green+Blue) = 37+50+54=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #253236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253236 is #DACDC9. Grayscale: #2E2E2E. Windows color (decimal): -14339530 or 3551781. OLE color: 3551781.

HSL color Cylindrical-coordinate representation of color #253236: hue angle of 194.12º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #253236 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 50 54 -
CMYK 0.31 0.07 0 0.79
HSL 194.12º 0.19% 0.18% -
HSV(B) 194.12º 0.31% 0.21% -
XYZ 2.57 2.94 3.92 -
YUV 46.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 37 50 54 0.31 0.07 0 0.79 194.12 0.19 0.18
Hex 25 32 36 1F 7 0 4F C2 13 12
Octal 45 62 66 37 7 0 117 302 23 22
Binary 100101 110010 110110 11111 111 0 1001111 11000010 10011 10010

Color Harmonies of #253236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253236

Black with #253236

Text Example


Text Example

White with #253236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253236; }

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

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

background-color css

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

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

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

border-color css

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

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

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