Html Css Color HEX #23353A Oxford Blue

📋 copy color: '#23353A'

red 35 ◦ green 53 ◦ blue 58

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

Shades of Oxford Blue #23353A

Tints of Oxford Blue #23353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.3%

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 23.97%
G = 36.3%
B = 39.73%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23353A (or 0x23353A) is known color: Oxford Blue. HEX triplet: 23, 35 and 3A. RGB value is (35,53,58). Sum of RGB (Red+Green+Blue) = 35+53+58=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #23353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23353A is #DCCAC5. Grayscale: #303030. Windows color (decimal): -14469830 or 3814691. OLE color: 3814691.

HSL color Cylindrical-coordinate representation of color #23353A: hue angle of 193.04º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23353A is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 53 58 -
CMYK 0.40 0.09 0 0.77
HSL 193.04º 0.25% 0.18% -
HSV(B) 193.04º 0.4% 0.23% -
XYZ 2.73 3.21 4.48 -
YUV 48.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 35 53 58 0.40 0.09 0 0.77 193.04 0.25 0.18
Hex 23 35 3A 28 9 0 4D C1 19 12
Octal 43 65 72 50 11 0 115 301 31 22
Binary 100011 110101 111010 101000 1001 0 1001101 11000001 11001 10010

Color Harmonies of #23353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23353A

Black with #23353A

Text Example


Text Example

White with #23353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23353A; }

 p { color: rgb(35,53,58); }

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

background-color css

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

 a { background-color: rgb(35,53,58); }

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

border-color css

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

 span { border-color: rgb(35,53,58); }

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