Html Css Color HEX #252E30 Oxford Blue

📋 copy color: '#252E30'

red 37 ◦ green 46 ◦ blue 48

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

Shades of Oxford Blue #252E30

Tints of Oxford Blue #252E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 48 (19.14% from 255) = 36.64%

R = 28.24%
G = 35.11%
B = 36.64%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#252E30 (or 0x252E30) is known color: Oxford Blue. HEX triplet: 25, 2E and 30. RGB value is (37,46,48). Sum of RGB (Red+Green+Blue) = 37+46+48=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: blue. Hex color #252E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E30 is #DAD1CF. Grayscale: #2B2B2B. Windows color (decimal): -14340560 or 3157541. OLE color: 3157541.

HSL color Cylindrical-coordinate representation of color #252E30: hue angle of 190.91º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #252E30 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 46 48 -
CMYK 0.23 0.04 0 0.81
HSL 190.91º 0.13% 0.17% -
HSV(B) 190.91º 0.23% 0.19% -
XYZ 2.27 2.56 3.17 -
YUV 43.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 37 46 48 0.23 0.04 0 0.81 190.91 0.13 0.17
Hex 25 2E 30 17 4 0 51 BF D 11
Octal 45 56 60 27 4 0 121 277 15 21
Binary 100101 101110 110000 10111 100 0 1010001 10111111 1101 10001

Color Harmonies of #252E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E30

Black with #252E30

Text Example


Text Example

White with #252E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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