Html Css Color HEX #233034 Oxford Blue

📋 copy color: '#233034'

red 35 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #233034

Tints of Oxford Blue #233034

RGB

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

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

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

R = 25.93%
G = 35.56%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#233034 (or 0x233034) is known color: Oxford Blue. HEX triplet: 23, 30 and 34. RGB value is (35,48,52). Sum of RGB (Red+Green+Blue) = 35+48+52=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #233034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233034 is #DCCFCB. Grayscale: #2C2C2C. Windows color (decimal): -14471116 or 3420195. OLE color: 3420195.

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

Color convert

RGB 35 48 52 -
CMYK 0.33 0.08 0 0.80
HSL 194.12º 0.2% 0.17% -
HSV(B) 194.12º 0.33% 0.2% -
XYZ 2.37 2.72 3.65 -
YUV 44.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 35 48 52 0.33 0.08 0 0.80 194.12 0.2 0.17
Hex 23 30 34 21 8 0 50 C2 14 11
Octal 43 60 64 41 10 0 120 302 24 21
Binary 100011 110000 110100 100001 1000 0 1010000 11000010 10100 10001

Color Harmonies of #233034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233034

Black with #233034

Text Example


Text Example

White with #233034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233034; }

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

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

background-color css

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

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

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

border-color css

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

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

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