#27353C

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

Shades of Oxford Blue #27353C

Tints of Oxford Blue #27353C

Color information

#27353C (or 0x27353C) is unknown color: approx Oxford Blue. HEX triplet: 27, 35 and 3C. RGB value is (39,53,60). Sum of RGB (Red+Green+Blue) = 39+53+60=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 53 (21.09% from 255 or 34.87% 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 #27353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27353C is #D8CAC3. Grayscale: #313131. Windows color (decimal): -14207684 or 3945767. OLE color: 3945767.

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

Color convert

RGB395360-
CMYK0.350.1200.76
HSL200º21.21%19.41%-
HSV(B)200º35%23.53%-
XYZ2.933.34.76-
YUV49.61133.86120.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=25.66%
G=34.87%
B=39.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3953600.350.1200.7620021.2119.41
Hex27353C23C04Cc81513
Octal476574431401143102523
Binary100111110101111100100011110001001100110010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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