Html Css Color HEX #25353C Oxford Blue

📋 copy color: '#25353C'

red 37 ◦ green 53 ◦ blue 60

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

Shades of Oxford Blue #25353C

Tints of Oxford Blue #25353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 60 (23.83% from 255) = 40%

R = 24.67%
G = 35.33%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25353C (or 0x25353C) is known color: Oxford Blue. HEX triplet: 25, 35 and 3C. RGB value is (37,53,60). Sum of RGB (Red+Green+Blue) = 37+53+60=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #25353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353C is #DACAC3. Grayscale: #303030. Windows color (decimal): -14338756 or 3945765. OLE color: 3945765.

HSL color Cylindrical-coordinate representation of color #25353C: hue angle of 198.26º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25353C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 53 60 -
CMYK 0.38 0.12 0 0.76
HSL 198.26º 0.24% 0.19% -
HSV(B) 198.26º 0.38% 0.24% -
XYZ 2.85 3.27 4.76 -
YUV 49.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 37 53 60 0.38 0.12 0 0.76 198.26 0.24 0.19
Hex 25 35 3C 26 C 0 4C C6 18 13
Octal 45 65 74 46 14 0 114 306 30 23
Binary 100101 110101 111100 100110 1100 0 1001100 11000110 11000 10011

Color Harmonies of #25353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25353C

Black with #25353C

Text Example


Text Example

White with #25353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25353C; }

 p { color: rgb(37,53,60); }

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

background-color css

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

 a { background-color: rgb(37,53,60); }

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

border-color css

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

 span { border-color: rgb(37,53,60); }

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