Html Css Color HEX #253C42 Oxford Blue

📋 copy color: '#253C42'

red 37 ◦ green 60 ◦ blue 66

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

Shades of Oxford Blue #253C42

Tints of Oxford Blue #253C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 22.7%
G = 36.81%
B = 40.49%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253C42 (or 0x253C42) is known color: Oxford Blue. HEX triplet: 25, 3C and 42. RGB value is (37,60,66). Sum of RGB (Red+Green+Blue) = 37+60+66=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #253C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C42 is #DAC3BD. Grayscale: #353535. Windows color (decimal): -14336958 or 4340773. OLE color: 4340773.

HSL color Cylindrical-coordinate representation of color #253C42: hue angle of 192.41º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #253C42 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 60 66 -
CMYK 0.44 0.09 0 0.74
HSL 192.41º 0.28% 0.2% -
HSV(B) 192.41º 0.44% 0.26% -
XYZ 3.36 4.02 5.75 -
YUV 53.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 37 60 66 0.44 0.09 0 0.74 192.41 0.28 0.2
Hex 25 3C 42 2C 9 0 4A C0 1C 14
Octal 45 74 102 54 11 0 112 300 34 24
Binary 100101 111100 1000010 101100 1001 0 1001010 11000000 11100 10100

Color Harmonies of #253C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C42

Black with #253C42

Text Example


Text Example

White with #253C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253C42; }

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

 H1.HeaderClassName
 {
   color: #253C42;
 }
 .AnyTagClassName
 {
   color: #253C42;
 }
</style>

background-color css

<style>
 a { background-color: #253C42; }

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

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

border-color css

<style>
 span { border-color: #253C42; }

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

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