Html Css Color HEX #263135 Oxford Blue

📋 copy color: '#263135'

red 38 ◦ green 49 ◦ blue 53

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

Shades of Oxford Blue #263135

Tints of Oxford Blue #263135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.86%

R = 27.14%
G = 35%
B = 37.86%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#263135 (or 0x263135) is known color: Oxford Blue. HEX triplet: 26, 31 and 35. RGB value is (38,49,53). Sum of RGB (Red+Green+Blue) = 38+49+53=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #263135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263135 is #D9CECA. Grayscale: #2E2E2E. Windows color (decimal): -14274251 or 3485990. OLE color: 3485990.

HSL color Cylindrical-coordinate representation of color #263135: hue angle of 196º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #263135 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 49 53 -
CMYK 0.28 0.08 0 0.79
HSL 196º 0.16% 0.18% -
HSV(B) 196º 0.28% 0.21% -
XYZ 2.54 2.87 3.79 -
YUV 46.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 38 49 53 0.28 0.08 0 0.79 196 0.16 0.18
Hex 26 31 35 1C 8 0 4F C4 10 12
Octal 46 61 65 34 10 0 117 304 20 22
Binary 100110 110001 110101 11100 1000 0 1001111 11000100 10000 10010

Color Harmonies of #263135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263135

Black with #263135

Text Example


Text Example

White with #263135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263135; }

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

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

background-color css

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

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

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

border-color css

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

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

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