Html Css Color HEX #253033 Oxford Blue

📋 copy color: '#253033'

red 37 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #253033

Tints of Oxford Blue #253033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 27.21%
G = 35.29%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#253033 (or 0x253033) is known color: Oxford Blue. HEX triplet: 25, 30 and 33. RGB value is (37,48,51). Sum of RGB (Red+Green+Blue) = 37+48+51=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 51 - color contains mainly: blue. Hex color #253033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253033 is #DACFCC. Grayscale: #2D2D2D. Windows color (decimal): -14340045 or 3354661. OLE color: 3354661.

HSL color Cylindrical-coordinate representation of color #253033: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #253033 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 48 51 -
CMYK 0.27 0.06 0 0.8
HSL 192.86º 0.16% 0.17% -
HSV(B) 192.86º 0.27% 0.2% -
XYZ 2.42 2.75 3.53 -
YUV 45.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 37 48 51 0.27 0.06 0 0.8 192.86 0.16 0.17
Hex 25 30 33 1B 6 0 50 C1 10 11
Octal 45 60 63 33 6 0 120 301 20 21
Binary 100101 110000 110011 11011 110 0 1010000 11000001 10000 10001

Color Harmonies of #253033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253033

Black with #253033

Text Example


Text Example

White with #253033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253033; }

 p { color: rgb(37,48,51); }

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

background-color css

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

 a { background-color: rgb(37,48,51); }

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

border-color css

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

 span { border-color: rgb(37,48,51); }

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