#263034

Color #263034 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #263034

Tints of Oxford Blue #263034

Color information

#263034 (or 0x263034) is unknown color: approx Oxford Blue. HEX triplet: 26, 30 and 34. RGB value is (38,48,52). Sum of RGB (Red+Green+Blue) = 38+48+52=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #263034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263034 is #D9CFCB. Grayscale: #2D2D2D. Windows color (decimal): -14274508 or 3420198. OLE color: 3420198.

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

Color convert

RGB384852-
CMYK0.270.0800.80
HSL197.14º15.56%17.65%-
HSV(B)197.14º26.92%20.39%-
XYZ2.482.773.65-
YUV45.47131.69122.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=27.54%
G=34.78%
B=37.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3848520.270.0800.80197.1415.5617.65
Hex2630341B8050c51012
Octal466064331001203052022
Binary10011011000011010011011100001010000110001011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263034; }

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

 H1.HeaderClassName
 {
   color: #263034;
 }
 .AnyTagClassName
 {
   color: #263034;
 }
</style>
background-color css

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

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

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

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

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

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