Html Css Color HEX #233337 Oxford Blue

📋 copy color: '#233337'

red 35 ◦ green 51 ◦ blue 55

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

Shades of Oxford Blue #233337

Tints of Oxford Blue #233337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 24.82%
G = 36.17%
B = 39.01%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233337 (or 0x233337) is known color: Oxford Blue. HEX triplet: 23, 33 and 37. RGB value is (35,51,55). Sum of RGB (Red+Green+Blue) = 35+51+55=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #233337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233337 is #DCCCC8. Grayscale: #2E2E2E. Windows color (decimal): -14470345 or 3617571. OLE color: 3617571.

HSL color Cylindrical-coordinate representation of color #233337: hue angle of 192º 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 #233337 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 51 55 -
CMYK 0.36 0.07 0 0.78
HSL 192º 0.22% 0.18% -
HSV(B) 192º 0.36% 0.22% -
XYZ 2.57 3 4.06 -
YUV 46.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 35 51 55 0.36 0.07 0 0.78 192 0.22 0.18
Hex 23 33 37 24 7 0 4E C0 16 12
Octal 43 63 67 44 7 0 116 300 26 22
Binary 100011 110011 110111 100100 111 0 1001110 11000000 10110 10010

Color Harmonies of #233337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233337

Black with #233337

Text Example


Text Example

White with #233337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233337; }

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

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

background-color css

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

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

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

border-color css

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

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

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