Html Css Color HEX #252F32 Oxford Blue

📋 copy color: '#252F32'

red 37 ◦ green 47 ◦ blue 50

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

Shades of Oxford Blue #252F32

Tints of Oxford Blue #252F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.07%

 BLUE value IS 50 (19.92% from 255) = 37.31%

R = 27.61%
G = 35.07%
B = 37.31%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252F32 (or 0x252F32) is known color: Oxford Blue. HEX triplet: 25, 2F and 32. RGB value is (37,47,50). Sum of RGB (Red+Green+Blue) = 37+47+50=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #252F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F32 is #DAD0CD. Grayscale: #2C2C2C. Windows color (decimal): -14340302 or 3288869. OLE color: 3288869.

HSL color Cylindrical-coordinate representation of color #252F32: hue angle of 193.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #252F32 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 47 50 -
CMYK 0.26 0.06 0 0.80
HSL 193.85º 0.15% 0.17% -
HSV(B) 193.85º 0.26% 0.2% -
XYZ 2.36 2.66 3.41 -
YUV 44.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 37 47 50 0.26 0.06 0 0.80 193.85 0.15 0.17
Hex 25 2F 32 1A 6 0 50 C2 F 11
Octal 45 57 62 32 6 0 120 302 17 21
Binary 100101 101111 110010 11010 110 0 1010000 11000010 1111 10001

Color Harmonies of #252F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F32

Black with #252F32

Text Example


Text Example

White with #252F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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