Html Css Color HEX #233134 Oxford Blue

📋 copy color: '#233134'

red 35 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #233134

Tints of Oxford Blue #233134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 25.74%
G = 36.03%
B = 38.24%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#233134 (or 0x233134) is known color: Oxford Blue. HEX triplet: 23, 31 and 34. RGB value is (35,49,52). Sum of RGB (Red+Green+Blue) = 35+49+52=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #233134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233134 is #DCCECB. Grayscale: #2D2D2D. Windows color (decimal): -14470860 or 3420451. OLE color: 3420451.

HSL color Cylindrical-coordinate representation of color #233134: 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 #233134 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 49 52 -
CMYK 0.33 0.06 0 0.80
HSL 190.59º 0.2% 0.17% -
HSV(B) 190.59º 0.33% 0.2% -
XYZ 2.41 2.8 3.66 -
YUV 45.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 35 49 52 0.33 0.06 0 0.80 190.59 0.2 0.17
Hex 23 31 34 21 6 0 50 BF 14 11
Octal 43 61 64 41 6 0 120 277 24 21
Binary 100011 110001 110100 100001 110 0 1010000 10111111 10100 10001

Color Harmonies of #233134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233134

Black with #233134

Text Example


Text Example

White with #233134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233134; }

 p { color: rgb(35,49,52); }

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

background-color css

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

 a { background-color: rgb(35,49,52); }

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

border-color css

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

 span { border-color: rgb(35,49,52); }

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