#22353A

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

Shades of Oxford Blue #22353A

Tints of Oxford Blue #22353A

Color information

#22353A (or 0x22353A) is unknown color: approx Oxford Blue. HEX triplet: 22, 35 and 3A. RGB value is (34,53,58). Sum of RGB (Red+Green+Blue) = 34+53+58=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #22353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22353A is #DDCAC5. Grayscale: #2F2F2F. Windows color (decimal): -14535366 or 3814690. OLE color: 3814690.

HSL color Cylindrical-coordinate representation of color #22353A: hue angle of 192.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #22353A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB345358-
CMYK0.410.0900.77
HSL192.5º26.09%18.04%-
HSV(B)192.5º41.38%22.75%-
XYZ2.73.194.48-
YUV47.89133.71118.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 58 (23.05% from 255) = 40%
R=23.45%
G=36.55%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3453580.410.0900.77192.526.0918.04
Hex22353A29904Dc01a12
Octal426572511101153003222
Binary100010110101111010101001100101001101110000001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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