Html Css Color HEX #223237 Oxford Blue

📋 copy color: '#223237'

red 34 ◦ green 50 ◦ blue 55

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

Shades of Oxford Blue #223237

Tints of Oxford Blue #223237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 24.46%
G = 35.97%
B = 39.57%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223237 (or 0x223237) is known color: Oxford Blue. HEX triplet: 22, 32 and 37. RGB value is (34,50,55). Sum of RGB (Red+Green+Blue) = 34+50+55=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #223237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223237 is #DDCDC8. Grayscale: #2D2D2D. Windows color (decimal): -14536137 or 3617314. OLE color: 3617314.

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

Color convert

RGB 34 50 55 -
CMYK 0.38 0.09 0 0.78
HSL 194.29º 0.24% 0.17% -
HSV(B) 194.29º 0.38% 0.22% -
XYZ 2.49 2.9 4.04 -
YUV 45.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 34 50 55 0.38 0.09 0 0.78 194.29 0.24 0.17
Hex 22 32 37 26 9 0 4E C2 18 11
Octal 42 62 67 46 11 0 116 302 30 21
Binary 100010 110010 110111 100110 1001 0 1001110 11000010 11000 10001

Color Harmonies of #223237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223237

Black with #223237

Text Example


Text Example

White with #223237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223237; }

 p { color: rgb(34,50,55); }

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

background-color css

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

 a { background-color: rgb(34,50,55); }

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

border-color css

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

 span { border-color: rgb(34,50,55); }

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