Html Css Color HEX #25353A Oxford Blue

📋 copy color: '#25353A'

red 37 ◦ green 53 ◦ blue 58

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

Shades of Oxford Blue #25353A

Tints of Oxford Blue #25353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.19%

R = 25%
G = 35.81%
B = 39.19%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25353A (or 0x25353A) is known color: Oxford Blue. HEX triplet: 25, 35 and 3A. RGB value is (37,53,58). Sum of RGB (Red+Green+Blue) = 37+53+58=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #25353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353A is #DACAC5. Grayscale: #303030. Windows color (decimal): -14338758 or 3814693. OLE color: 3814693.

HSL color Cylindrical-coordinate representation of color #25353A: hue angle of 194.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25353A is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 53 58 -
CMYK 0.36 0.09 0 0.77
HSL 194.29º 0.22% 0.19% -
HSV(B) 194.29º 0.36% 0.23% -
XYZ 2.8 3.25 4.48 -
YUV 48.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 37 53 58 0.36 0.09 0 0.77 194.29 0.22 0.19
Hex 25 35 3A 24 9 0 4D C2 16 13
Octal 45 65 72 44 11 0 115 302 26 23
Binary 100101 110101 111010 100100 1001 0 1001101 11000010 10110 10011

Color Harmonies of #25353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25353A

Black with #25353A

Text Example


Text Example

White with #25353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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