#26363C

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

Shades of Oxford Blue #26363C

Tints of Oxford Blue #26363C

Color information

#26363C (or 0x26363C) is unknown color: approx Oxford Blue. HEX triplet: 26, 36 and 3C. RGB value is (38,54,60). Sum of RGB (Red+Green+Blue) = 38+54+60=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #26363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26363C is #D9C9C3. Grayscale: #313131. Windows color (decimal): -14272964 or 3946022. OLE color: 3946022.

HSL color Cylindrical-coordinate representation of color #26363C: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #26363C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB385460-
CMYK0.370.1000.76
HSL196.36º22.45%19.22%-
HSV(B)196.36º36.67%23.53%-
XYZ2.933.384.77-
YUV49.9133.7119.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=25%
G=35.53%
B=39.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3854600.370.1000.76196.3622.4519.22
Hex26363C25A04Cc41613
Octal466674451201143042623
Binary100110110110111100100101101001001100110001001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26363C; }

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

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

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

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

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

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

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

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