#273438

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

Shades of Oxford Blue #273438

Tints of Oxford Blue #273438

Color information

#273438 (or 0x273438) is unknown color: approx Oxford Blue. HEX triplet: 27, 34 and 38. RGB value is (39,52,56). Sum of RGB (Red+Green+Blue) = 39+52+56=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: blue. Hex color #273438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273438 is #D8CBC7. Grayscale: #303030. Windows color (decimal): -14207944 or 3683367. OLE color: 3683367.

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

Color convert

RGB395256-
CMYK0.300.0700.78
HSL194.12º17.89%18.63%-
HSV(B)194.12º30.36%21.96%-
XYZ2.783.174.21-
YUV48.57132.19121.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=26.53%
G=35.37%
B=38.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3952560.300.0700.78194.1217.8918.63
Hex2734381E704Ec21213
Octal47647036701163022223
Binary1001111101001110001111011101001110110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273438; }

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

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

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

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

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

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

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

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