Html Css Color HEX #263337 Oxford Blue

📋 copy color: '#263337'

red 38 ◦ green 51 ◦ blue 55

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

Shades of Oxford Blue #263337

Tints of Oxford Blue #263337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.42%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 26.39%
G = 35.42%
B = 38.19%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#263337 (or 0x263337) is known color: Oxford Blue. HEX triplet: 26, 33 and 37. RGB value is (38,51,55). Sum of RGB (Red+Green+Blue) = 38+51+55=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #263337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263337 is #D9CCC8. Grayscale: #2F2F2F. Windows color (decimal): -14273737 or 3617574. OLE color: 3617574.

HSL color Cylindrical-coordinate representation of color #263337: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #263337 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 51 55 -
CMYK 0.31 0.07 0 0.78
HSL 194.12º 0.18% 0.18% -
HSV(B) 194.12º 0.31% 0.22% -
XYZ 2.67 3.06 4.06 -
YUV 47.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 38 51 55 0.31 0.07 0 0.78 194.12 0.18 0.18
Hex 26 33 37 1F 7 0 4E C2 12 12
Octal 46 63 67 37 7 0 116 302 22 22
Binary 100110 110011 110111 11111 111 0 1001110 11000010 10010 10010

Color Harmonies of #263337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263337

Black with #263337

Text Example


Text Example

White with #263337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263337; }

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

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

background-color css

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

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

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

border-color css

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

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

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