Html Css Color HEX #263236 Oxford Blue

📋 copy color: '#263236'

red 38 ◦ green 50 ◦ blue 54

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

Shades of Oxford Blue #263236

Tints of Oxford Blue #263236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 26.76%
G = 35.21%
B = 38.03%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#263236 (or 0x263236) is known color: Oxford Blue. HEX triplet: 26, 32 and 36. RGB value is (38,50,54). Sum of RGB (Red+Green+Blue) = 38+50+54=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 54 - color contains mainly: blue. Hex color #263236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263236 is #D9CDC9. Grayscale: #2E2E2E. Windows color (decimal): -14273994 or 3551782. OLE color: 3551782.

HSL color Cylindrical-coordinate representation of color #263236: hue angle of 195º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #263236 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 50 54 -
CMYK 0.30 0.07 0 0.79
HSL 195º 0.17% 0.18% -
HSV(B) 195º 0.3% 0.21% -
XYZ 2.61 2.96 3.92 -
YUV 46.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 38 50 54 0.30 0.07 0 0.79 195 0.17 0.18
Hex 26 32 36 1E 7 0 4F C3 11 12
Octal 46 62 66 36 7 0 117 303 21 22
Binary 100110 110010 110110 11110 111 0 1001111 11000011 10001 10010

Color Harmonies of #263236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263236

Black with #263236

Text Example


Text Example

White with #263236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263236; }

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

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

background-color css

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

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

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

border-color css

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

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

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