Html Css Color HEX #25343A Oxford Blue

📋 copy color: '#25343A'

red 37 ◦ green 52 ◦ blue 58

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

Shades of Oxford Blue #25343A

Tints of Oxford Blue #25343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 25.17%
G = 35.37%
B = 39.46%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25343A (or 0x25343A) is known color: Oxford Blue. HEX triplet: 25, 34 and 3A. RGB value is (37,52,58). Sum of RGB (Red+Green+Blue) = 37+52+58=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #25343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25343A is #DACBC5. Grayscale: #303030. Windows color (decimal): -14339014 or 3814437. OLE color: 3814437.

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

Color convert

RGB 37 52 58 -
CMYK 0.36 0.10 0 0.77
HSL 197.14º 0.22% 0.19% -
HSV(B) 197.14º 0.36% 0.23% -
XYZ 2.75 3.15 4.47 -
YUV 48.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 37 52 58 0.36 0.10 0 0.77 197.14 0.22 0.19
Hex 25 34 3A 24 A 0 4D C5 16 13
Octal 45 64 72 44 12 0 115 305 26 23
Binary 100101 110100 111010 100100 1010 0 1001101 11000101 10110 10011

Color Harmonies of #25343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25343A

Black with #25343A

Text Example


Text Example

White with #25343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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