Html Css Color HEX #25333A Oxford Blue

📋 copy color: '#25333A'

red 37 ◦ green 51 ◦ blue 58

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

Shades of Oxford Blue #25333A

Tints of Oxford Blue #25333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

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

R = 25.34%
G = 34.93%
B = 39.73%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25333A (or 0x25333A) is known color: Oxford Blue. HEX triplet: 25, 33 and 3A. RGB value is (37,51,58). Sum of RGB (Red+Green+Blue) = 37+51+58=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #25333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25333A is #DACCC5. Grayscale: #2F2F2F. Windows color (decimal): -14339270 or 3814181. OLE color: 3814181.

HSL color Cylindrical-coordinate representation of color #25333A: hue angle of 200º 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 #25333A is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 51 58 -
CMYK 0.36 0.12 0 0.77
HSL 200º 0.22% 0.19% -
HSV(B) 200º 0.36% 0.23% -
XYZ 2.71 3.07 4.45 -
YUV 47.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 37 51 58 0.36 0.12 0 0.77 200 0.22 0.19
Hex 25 33 3A 24 C 0 4D C8 16 13
Octal 45 63 72 44 14 0 115 310 26 23
Binary 100101 110011 111010 100100 1100 0 1001101 11001000 10110 10011

Color Harmonies of #25333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25333A

Black with #25333A

Text Example


Text Example

White with #25333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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