Html Css Color HEX #263134 Oxford Blue

📋 copy color: '#263134'

red 38 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #263134

Tints of Oxford Blue #263134

RGB

 RED value IS 38 (15.23% from 255) = 27.34%

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 52 (20.7% from 255) = 37.41%

R = 27.34%
G = 35.25%
B = 37.41%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#263134 (or 0x263134) is known color: Oxford Blue. HEX triplet: 26, 31 and 34. RGB value is (38,49,52). Sum of RGB (Red+Green+Blue) = 38+49+52=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 52 - color contains mainly: blue. Hex color #263134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263134 is #D9CECB. Grayscale: #2E2E2E. Windows color (decimal): -14274252 or 3420454. OLE color: 3420454.

HSL color Cylindrical-coordinate representation of color #263134: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #263134 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 49 52 -
CMYK 0.27 0.06 0 0.80
HSL 192.86º 0.16% 0.18% -
HSV(B) 192.86º 0.27% 0.2% -
XYZ 2.52 2.86 3.67 -
YUV 46.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 38 49 52 0.27 0.06 0 0.80 192.86 0.16 0.18
Hex 26 31 34 1B 6 0 50 C1 10 12
Octal 46 61 64 33 6 0 120 301 20 22
Binary 100110 110001 110100 11011 110 0 1010000 11000001 10000 10010

Color Harmonies of #263134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263134

Black with #263134

Text Example


Text Example

White with #263134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263134; }

 p { color: rgb(38,49,52); }

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

background-color css

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

 a { background-color: rgb(38,49,52); }

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

border-color css

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

 span { border-color: rgb(38,49,52); }

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