Html Css Color HEX #223035 Oxford Blue

📋 copy color: '#223035'

red 34 ◦ green 48 ◦ blue 53

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

Shades of Oxford Blue #223035

Tints of Oxford Blue #223035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.26%

R = 25.19%
G = 35.56%
B = 39.26%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#223035 (or 0x223035) is known color: Oxford Blue. HEX triplet: 22, 30 and 35. RGB value is (34,48,53). Sum of RGB (Red+Green+Blue) = 34+48+53=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #223035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223035 is #DDCFCA. Grayscale: #2C2C2C. Windows color (decimal): -14536651 or 3485730. OLE color: 3485730.

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

Color convert

RGB 34 48 53 -
CMYK 0.36 0.09 0 0.79
HSL 195.79º 0.22% 0.17% -
HSV(B) 195.79º 0.36% 0.21% -
XYZ 2.36 2.71 3.77 -
YUV 44.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 34 48 53 0.36 0.09 0 0.79 195.79 0.22 0.17
Hex 22 30 35 24 9 0 4F C4 16 11
Octal 42 60 65 44 11 0 117 304 26 21
Binary 100010 110000 110101 100100 1001 0 1001111 11000100 10110 10001

Color Harmonies of #223035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223035

Black with #223035

Text Example


Text Example

White with #223035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223035; }

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

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

background-color css

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

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

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

border-color css

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

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

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