Html Css Color HEX #223033 Oxford Blue

📋 copy color: '#223033'

red 34 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #223033

Tints of Oxford Blue #223033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 51 (20.31% from 255) = 38.35%

R = 25.56%
G = 36.09%
B = 38.35%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#223033 (or 0x223033) is known color: Oxford Blue. HEX triplet: 22, 30 and 33. RGB value is (34,48,51). Sum of RGB (Red+Green+Blue) = 34+48+51=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #223033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223033 is #DDCFCC. Grayscale: #2C2C2C. Windows color (decimal): -14536653 or 3354658. OLE color: 3354658.

HSL color Cylindrical-coordinate representation of color #223033: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #223033 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 34 48 51 -
CMYK 0.33 0.06 0 0.8
HSL 190.59º 0.2% 0.17% -
HSV(B) 190.59º 0.33% 0.2% -
XYZ 2.31 2.69 3.53 -
YUV 44.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 34 48 51 0.33 0.06 0 0.8 190.59 0.2 0.17
Hex 22 30 33 21 6 0 50 BF 14 11
Octal 42 60 63 41 6 0 120 277 24 21
Binary 100010 110000 110011 100001 110 0 1010000 10111111 10100 10001

Color Harmonies of #223033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223033

Black with #223033

Text Example


Text Example

White with #223033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223033; }

 p { color: rgb(34,48,51); }

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

background-color css

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

 a { background-color: rgb(34,48,51); }

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

border-color css

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

 span { border-color: rgb(34,48,51); }

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