#243438

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

Shades of Oxford Blue #243438

Tints of Oxford Blue #243438

Color information

#243438 (or 0x243438) is unknown color: approx Oxford Blue. HEX triplet: 24, 34 and 38. RGB value is (36,52,56). Sum of RGB (Red+Green+Blue) = 36+52+56=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #243438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243438 is #DBCBC7. Grayscale: #2F2F2F. Windows color (decimal): -14404552 or 3683364. OLE color: 3683364.

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

Color convert

RGB365256-
CMYK0.360.0700.78
HSL192º21.74%18.04%-
HSV(B)192º35.71%21.96%-
XYZ2.673.124.2-
YUV47.67132.7119.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=25%
G=36.11%
B=38.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3652560.360.0700.7819221.7418.04
Hex24343824704Ec01612
Octal44647044701163002622
Binary10010011010011100010010011101001110110000001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243438; }

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

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

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

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

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

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

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

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