#263438

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

Shades of Oxford Blue #263438

Tints of Oxford Blue #263438

Color information

#263438 (or 0x263438) is unknown color: approx Oxford Blue. HEX triplet: 26, 34 and 38. RGB value is (38,52,56). Sum of RGB (Red+Green+Blue) = 38+52+56=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #263438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263438 is #D9CBC7. Grayscale: #303030. Windows color (decimal): -14273480 or 3683366. OLE color: 3683366.

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

Color convert

RGB385256-
CMYK0.320.0700.78
HSL193.33º19.15%18.43%-
HSV(B)193.33º32.14%21.96%-
XYZ2.743.154.21-
YUV48.27132.36120.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=26.03%
G=35.62%
B=38.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3852560.320.0700.78193.3319.1518.43
Hex26343820704Ec11312
Octal46647040701163012322
Binary10011011010011100010000011101001110110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263438; }

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

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

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

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

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

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

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

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