Html Css Color HEX #233036 Oxford Blue

📋 copy color: '#233036'

red 35 ◦ green 48 ◦ blue 54

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

Shades of Oxford Blue #233036

Tints of Oxford Blue #233036

RGB

 RED value IS 35 (14.06% from 255) = 25.55%

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

 BLUE value IS 54 (21.48% from 255) = 39.42%

R = 25.55%
G = 35.04%
B = 39.42%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#233036 (or 0x233036) is known color: Oxford Blue. HEX triplet: 23, 30 and 36. RGB value is (35,48,54). Sum of RGB (Red+Green+Blue) = 35+48+54=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #233036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233036 is #DCCFC9. Grayscale: #2C2C2C. Windows color (decimal): -14471114 or 3551267. OLE color: 3551267.

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

Color convert

RGB 35 48 54 -
CMYK 0.35 0.11 0 0.79
HSL 198.95º 0.21% 0.17% -
HSV(B) 198.95º 0.35% 0.21% -
XYZ 2.42 2.74 3.89 -
YUV 44.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 35 48 54 0.35 0.11 0 0.79 198.95 0.21 0.17
Hex 23 30 36 23 B 0 4F C7 15 11
Octal 43 60 66 43 13 0 117 307 25 21
Binary 100011 110000 110110 100011 1011 0 1001111 11000111 10101 10001

Color Harmonies of #233036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233036

Black with #233036

Text Example


Text Example

White with #233036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233036; }

 p { color: rgb(35,48,54); }

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

background-color css

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

 a { background-color: rgb(35,48,54); }

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

border-color css

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

 span { border-color: rgb(35,48,54); }

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