Html Css Color HEX #23373E Oxford Blue

📋 copy color: '#23373E'

red 35 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #23373E

Tints of Oxford Blue #23373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 23.03%
G = 36.18%
B = 40.79%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23373E (or 0x23373E) is known color: Oxford Blue. HEX triplet: 23, 37 and 3E. RGB value is (35,55,62). Sum of RGB (Red+Green+Blue) = 35+55+62=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #23373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23373E is #DCC8C1. Grayscale: #313131. Windows color (decimal): -14469314 or 4077347. OLE color: 4077347.

HSL color Cylindrical-coordinate representation of color #23373E: hue angle of 195.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23373E is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 55 62 -
CMYK 0.44 0.11 0 0.76
HSL 195.56º 0.28% 0.19% -
HSV(B) 195.56º 0.44% 0.24% -
XYZ 2.93 3.44 5.07 -
YUV 49.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 35 55 62 0.44 0.11 0 0.76 195.56 0.28 0.19
Hex 23 37 3E 2C B 0 4C C4 1C 13
Octal 43 67 76 54 13 0 114 304 34 23
Binary 100011 110111 111110 101100 1011 0 1001100 11000100 11100 10011

Color Harmonies of #23373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23373E

Black with #23373E

Text Example


Text Example

White with #23373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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