#27353A

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

Shades of Oxford Blue #27353A

Tints of Oxford Blue #27353A

Color information

#27353A (or 0x27353A) is unknown color: approx Oxford Blue. HEX triplet: 27, 35 and 3A. RGB value is (39,53,58). Sum of RGB (Red+Green+Blue) = 39+53+58=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #27353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27353A is #D8CAC5. Grayscale: #313131. Windows color (decimal): -14207686 or 3814695. OLE color: 3814695.

HSL color Cylindrical-coordinate representation of color #27353A: hue angle of 195.79º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27353A is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB395358-
CMYK0.330.0900.77
HSL195.79º19.59%19.02%-
HSV(B)195.79º32.76%22.75%-
XYZ2.873.284.49-
YUV49.38132.86120.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=26%
G=35.33%
B=38.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3953580.330.0900.77195.7919.5919.02
Hex27353A21904Dc41413
Octal476572411101153042423
Binary100111110101111010100001100101001101110001001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27353A; }

 p { color: rgb(39,53,58); }

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

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

 a { background-color: rgb(39,53,58); }

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

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

 span { border-color: rgb(39,53,58); }

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