#223439

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

Shades of Oxford Blue #223439

Tints of Oxford Blue #223439

Color information

#223439 (or 0x223439) is unknown color: approx Oxford Blue. HEX triplet: 22, 34 and 39. RGB value is (34,52,57). Sum of RGB (Red+Green+Blue) = 34+52+57=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #223439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223439 is #DDCBC6. Grayscale: #2F2F2F. Windows color (decimal): -14535623 or 3748898. OLE color: 3748898.

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

Color convert

RGB345257-
CMYK0.400.0900.78
HSL193.04º25.27%17.84%-
HSV(B)193.04º40.35%22.35%-
XYZ2.633.094.33-
YUV47.19133.54118.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=23.78%
G=36.36%
B=39.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3452570.400.0900.78193.0425.2717.84
Hex22343928904Ec11912
Octal426471501101163013122
Binary100010110100111001101000100101001110110000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223439; }

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

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

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

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

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

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

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

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