Html Css Color HEX #223138 Oxford Blue

📋 copy color: '#223138'

red 34 ◦ green 49 ◦ blue 56

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

Shades of Oxford Blue #223138

Tints of Oxford Blue #223138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 24.46%
G = 35.25%
B = 40.29%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223138 (or 0x223138) is known color: Oxford Blue. HEX triplet: 22, 31 and 38. RGB value is (34,49,56). Sum of RGB (Red+Green+Blue) = 34+49+56=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #223138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223138 is #DDCEC7. Grayscale: #2D2D2D. Windows color (decimal): -14536392 or 3682594. OLE color: 3682594.

HSL color Cylindrical-coordinate representation of color #223138: hue angle of 199.09º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #223138 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 49 56 -
CMYK 0.39 0.12 0 0.78
HSL 199.09º 0.24% 0.18% -
HSV(B) 199.09º 0.39% 0.22% -
XYZ 2.47 2.82 4.16 -
YUV 45.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 34 49 56 0.39 0.12 0 0.78 199.09 0.24 0.18
Hex 22 31 38 27 C 0 4E C7 18 12
Octal 42 61 70 47 14 0 116 307 30 22
Binary 100010 110001 111000 100111 1100 0 1001110 11000111 11000 10010

Color Harmonies of #223138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223138

Black with #223138

Text Example


Text Example

White with #223138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223138; }

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

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

background-color css

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

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

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

border-color css

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

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

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