Html Css Color HEX #23353C Oxford Blue

📋 copy color: '#23353C'

red 35 ◦ green 53 ◦ blue 60

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

Shades of Oxford Blue #23353C

Tints of Oxford Blue #23353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 23.65%
G = 35.81%
B = 40.54%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23353C (or 0x23353C) is known color: Oxford Blue. HEX triplet: 23, 35 and 3C. RGB value is (35,53,60). Sum of RGB (Red+Green+Blue) = 35+53+60=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #23353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23353C is #DCCAC3. Grayscale: #303030. Windows color (decimal): -14469828 or 3945763. OLE color: 3945763.

HSL color Cylindrical-coordinate representation of color #23353C: hue angle of 196.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23353C is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 53 60 -
CMYK 0.42 0.12 0 0.76
HSL 196.8º 0.26% 0.19% -
HSV(B) 196.8º 0.42% 0.24% -
XYZ 2.78 3.23 4.75 -
YUV 48.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 35 53 60 0.42 0.12 0 0.76 196.8 0.26 0.19
Hex 23 35 3C 2A C 0 4C C5 1A 13
Octal 43 65 74 52 14 0 114 305 32 23
Binary 100011 110101 111100 101010 1100 0 1001100 11000101 11010 10011

Color Harmonies of #23353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23353C

Black with #23353C

Text Example


Text Example

White with #23353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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