Html Css Color HEX #233033 Oxford Blue

📋 copy color: '#233033'

red 35 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #233033

Tints of Oxford Blue #233033

RGB

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

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

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

R = 26.12%
G = 35.82%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#233033 (or 0x233033) is known color: Oxford Blue. HEX triplet: 23, 30 and 33. RGB value is (35,48,51). Sum of RGB (Red+Green+Blue) = 35+48+51=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #233033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233033 is #DCCFCC. Grayscale: #2C2C2C. Windows color (decimal): -14471117 or 3354659. OLE color: 3354659.

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

Color convert

RGB 35 48 51 -
CMYK 0.31 0.06 0 0.8
HSL 191.25º 0.19% 0.17% -
HSV(B) 191.25º 0.31% 0.2% -
XYZ 2.35 2.71 3.53 -
YUV 44.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 35 48 51 0.31 0.06 0 0.8 191.25 0.19 0.17
Hex 23 30 33 1F 6 0 50 BF 13 11
Octal 43 60 63 37 6 0 120 277 23 21
Binary 100011 110000 110011 11111 110 0 1010000 10111111 10011 10001

Color Harmonies of #233033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233033

Black with #233033

Text Example


Text Example

White with #233033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233033; }

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

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

background-color css

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

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

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

border-color css

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

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

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