Html Css Color HEX #22383F Oxford Blue

📋 copy color: '#22383F'

red 34 ◦ green 56 ◦ blue 63

#22383F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #22383F

Tints of Oxford Blue #22383F

RGB

 RED value IS 34 (13.67% from 255) = 22.22%

 GREEN value IS 56 (22.27% from 255) = 36.6%

 BLUE value IS 63 (25% from 255) = 41.18%

R = 22.22%
G = 36.6%
B = 41.18%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#22383F (or 0x22383F) is known color: Oxford Blue. HEX triplet: 22, 38 and 3F. RGB value is (34,56,63). Sum of RGB (Red+Green+Blue) = 34+56+63=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #22383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22383F is #DDC7C0. Grayscale: #323232. Windows color (decimal): -14534593 or 4143138. OLE color: 4143138.

HSL color Cylindrical-coordinate representation of color #22383F: hue angle of 194.48º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #22383F is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 56 63 -
CMYK 0.46 0.11 0 0.75
HSL 194.48º 0.3% 0.19% -
HSV(B) 194.48º 0.46% 0.25% -
XYZ 2.97 3.53 5.23 -
YUV 50.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 34 56 63 0.46 0.11 0 0.75 194.48 0.3 0.19
Hex 22 38 3F 2E B 0 4B C2 1E 13
Octal 42 70 77 56 13 0 113 302 36 23
Binary 100010 111000 111111 101110 1011 0 1001011 11000010 11110 10011

Color Harmonies of #22383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22383F

Black with #22383F

Text Example


Text Example

White with #22383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22383F; }

 p { color: rgb(34,56,63); }

 H1.HeaderClassName
 {
   color: #22383F;
 }
 .AnyTagClassName
 {
   color: #22383F;
 }
</style>

background-color css

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

 a { background-color: rgb(34,56,63); }

 div.DivClassName
 {
   background-color: #22383F;
 }
 .BgClassName
 {
   background-color: #22383F;
 }
</style>

border-color css

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

 span { border-color: rgb(34,56,63); }

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