Html Css Color HEX #252D2F Oxford Blue

📋 copy color: '#252D2F'

red 37 ◦ green 45 ◦ blue 47

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

Shades of Oxford Blue #252D2F

Tints of Oxford Blue #252D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.88%

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 28.68%
G = 34.88%
B = 36.43%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#252D2F (or 0x252D2F) is known color: Oxford Blue. HEX triplet: 25, 2D and 2F. RGB value is (37,45,47). Sum of RGB (Red+Green+Blue) = 37+45+47=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 47 - color contains mainly: blue. Hex color #252D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2F is #DAD2D0. Grayscale: #2A2A2A. Windows color (decimal): -14340817 or 3091749. OLE color: 3091749.

HSL color Cylindrical-coordinate representation of color #252D2F: hue angle of 192º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252D2F is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 45 47 -
CMYK 0.21 0.04 0 0.82
HSL 192º 0.12% 0.16% -
HSV(B) 192º 0.21% 0.18% -
XYZ 2.21 2.48 3.05 -
YUV 42.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 37 45 47 0.21 0.04 0 0.82 192 0.12 0.16
Hex 25 2D 2F 15 4 0 52 C0 C 10
Octal 45 55 57 25 4 0 122 300 14 20
Binary 100101 101101 101111 10101 100 0 1010010 11000000 1100 10000

Color Harmonies of #252D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D2F

Black with #252D2F

Text Example


Text Example

White with #252D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,47); }

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

background-color css

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

 a { background-color: rgb(37,45,47); }

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

border-color css

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

 span { border-color: rgb(37,45,47); }

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