#243439

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

Shades of Oxford Blue #243439

Tints of Oxford Blue #243439

Color information

#243439 (or 0x243439) is unknown color: approx Oxford Blue. HEX triplet: 24, 34 and 39. RGB value is (36,52,57). Sum of RGB (Red+Green+Blue) = 36+52+57=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #243439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243439 is #DBCBC6. Grayscale: #2F2F2F. Windows color (decimal): -14404551 or 3748900. OLE color: 3748900.

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

Color convert

RGB365257-
CMYK0.370.0900.78
HSL194.29º22.58%18.24%-
HSV(B)194.29º36.84%22.35%-
XYZ2.693.134.33-
YUV47.79133.2119.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=24.83%
G=35.86%
B=39.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3652570.370.0900.78194.2922.5818.24
Hex24343925904Ec21712
Octal446471451101163022722
Binary100100110100111001100101100101001110110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243439; }

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

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

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

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

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

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

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

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