#223034

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

Shades of Oxford Blue #223034

Tints of Oxford Blue #223034

Color information

#223034 (or 0x223034) is unknown color: approx Oxford Blue. HEX triplet: 22, 30 and 34. RGB value is (34,48,52). Sum of RGB (Red+Green+Blue) = 34+48+52=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #223034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223034 is #DDCFCB. Grayscale: #2C2C2C. Windows color (decimal): -14536652 or 3420194. OLE color: 3420194.

HSL color Cylindrical-coordinate representation of color #223034: hue angle of 193.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #223034 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB344852-
CMYK0.350.0800.80
HSL193.33º20.93%16.86%-
HSV(B)193.33º34.62%20.39%-
XYZ2.342.73.65-
YUV44.27132.36120.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=25.37%
G=35.82%
B=38.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3448520.350.0800.80193.3320.9316.86
Hex223034238050c11511
Octal426064431001203012521
Binary100010110000110100100011100001010000110000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223034; }

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

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

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

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

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

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

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

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