Html Css Color HEX #233037 Oxford Blue

📋 copy color: '#233037'

red 35 ◦ green 48 ◦ blue 55

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

Shades of Oxford Blue #233037

Tints of Oxford Blue #233037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 25.36%
G = 34.78%
B = 39.86%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233037 (or 0x233037) is known color: Oxford Blue. HEX triplet: 23, 30 and 37. RGB value is (35,48,55). Sum of RGB (Red+Green+Blue) = 35+48+55=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #233037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233037 is #DCCFC8. Grayscale: #2C2C2C. Windows color (decimal): -14471113 or 3616803. OLE color: 3616803.

HSL color Cylindrical-coordinate representation of color #233037: hue angle of 201º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #233037 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 48 55 -
CMYK 0.36 0.13 0 0.78
HSL 201º 0.22% 0.18% -
HSV(B) 201º 0.36% 0.22% -
XYZ 2.44 2.75 4.02 -
YUV 44.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 35 48 55 0.36 0.13 0 0.78 201 0.22 0.18
Hex 23 30 37 24 D 0 4E C9 16 12
Octal 43 60 67 44 15 0 116 311 26 22
Binary 100011 110000 110111 100100 1101 0 1001110 11001001 10110 10010

Color Harmonies of #233037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233037

Black with #233037

Text Example


Text Example

White with #233037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233037; }

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

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

background-color css

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

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

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

border-color css

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

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

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