#22353C

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

Shades of Oxford Blue #22353C

Tints of Oxford Blue #22353C

Color information

#22353C (or 0x22353C) is unknown color: approx Oxford Blue. HEX triplet: 22, 35 and 3C. RGB value is (34,53,60). Sum of RGB (Red+Green+Blue) = 34+53+60=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #22353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22353C is #DDCAC3. Grayscale: #303030. Windows color (decimal): -14535364 or 3945762. OLE color: 3945762.

HSL color Cylindrical-coordinate representation of color #22353C: hue angle of 196.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #22353C is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB345360-
CMYK0.430.1200.76
HSL196.15º27.66%18.43%-
HSV(B)196.15º43.33%23.53%-
XYZ2.753.214.75-
YUV48.12134.71117.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=23.13%
G=36.05%
B=40.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3453600.430.1200.76196.1527.6618.43
Hex22353C2BC04Cc41c12
Octal426574531401143043422
Binary100010110101111100101011110001001100110001001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22353C; }

 p { color: rgb(34,53,60); }

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

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

 a { background-color: rgb(34,53,60); }

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

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

 span { border-color: rgb(34,53,60); }

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