Html Css Color HEX #263033 Oxford Blue

📋 copy color: '#263033'

red 38 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #263033

Tints of Oxford Blue #263033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.04%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 27.74%
G = 35.04%
B = 37.23%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#263033 (or 0x263033) is known color: Oxford Blue. HEX triplet: 26, 30 and 33. RGB value is (38,48,51). Sum of RGB (Red+Green+Blue) = 38+48+51=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #263033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263033 is #D9CFCC. Grayscale: #2D2D2D. Windows color (decimal): -14274509 or 3354662. OLE color: 3354662.

HSL color Cylindrical-coordinate representation of color #263033: hue angle of 193.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #263033 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 48 51 -
CMYK 0.25 0.06 0 0.8
HSL 193.85º 0.15% 0.17% -
HSV(B) 193.85º 0.25% 0.2% -
XYZ 2.45 2.76 3.54 -
YUV 45.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 38 48 51 0.25 0.06 0 0.8 193.85 0.15 0.17
Hex 26 30 33 19 6 0 50 C2 F 11
Octal 46 60 63 31 6 0 120 302 17 21
Binary 100110 110000 110011 11001 110 0 1010000 11000010 1111 10001

Color Harmonies of #263033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263033

Black with #263033

Text Example


Text Example

White with #263033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263033; }

 p { color: rgb(38,48,51); }

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

background-color css

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

 a { background-color: rgb(38,48,51); }

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

border-color css

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

 span { border-color: rgb(38,48,51); }

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