Html Css Color HEX #263235 Oxford Blue

📋 copy color: '#263235'

red 38 ◦ green 50 ◦ blue 53

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

Shades of Oxford Blue #263235

Tints of Oxford Blue #263235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

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

R = 26.95%
G = 35.46%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#263235 (or 0x263235) is known color: Oxford Blue. HEX triplet: 26, 32 and 35. RGB value is (38,50,53). Sum of RGB (Red+Green+Blue) = 38+50+53=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #263235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263235 is #D9CDCA. Grayscale: #2E2E2E. Windows color (decimal): -14273995 or 3486246. OLE color: 3486246.

HSL color Cylindrical-coordinate representation of color #263235: hue angle of 192º 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 #263235 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 50 53 -
CMYK 0.28 0.06 0 0.79
HSL 192º 0.16% 0.18% -
HSV(B) 192º 0.28% 0.21% -
XYZ 2.58 2.95 3.8 -
YUV 46.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 38 50 53 0.28 0.06 0 0.79 192 0.16 0.18
Hex 26 32 35 1C 6 0 4F C0 10 12
Octal 46 62 65 34 6 0 117 300 20 22
Binary 100110 110010 110101 11100 110 0 1001111 11000000 10000 10010

Color Harmonies of #263235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263235

Black with #263235

Text Example


Text Example

White with #263235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263235; }

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

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

background-color css

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

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

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

border-color css

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

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

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