Html Css Color HEX #23363C Oxford Blue

📋 copy color: '#23363C'

red 35 ◦ green 54 ◦ blue 60

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

Shades of Oxford Blue #23363C

Tints of Oxford Blue #23363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

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

R = 23.49%
G = 36.24%
B = 40.27%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23363C (or 0x23363C) is known color: Oxford Blue. HEX triplet: 23, 36 and 3C. RGB value is (35,54,60). Sum of RGB (Red+Green+Blue) = 35+54+60=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #23363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23363C is #DCC9C3. Grayscale: #303030. Windows color (decimal): -14469572 or 3946019. OLE color: 3946019.

HSL color Cylindrical-coordinate representation of color #23363C: hue angle of 194.4º 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 #23363C is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 54 60 -
CMYK 0.42 0.10 0 0.76
HSL 194.4º 0.26% 0.19% -
HSV(B) 194.4º 0.42% 0.24% -
XYZ 2.83 3.32 4.77 -
YUV 49 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 35 54 60 0.42 0.10 0 0.76 194.4 0.26 0.19
Hex 23 36 3C 2A A 0 4C C2 1A 13
Octal 43 66 74 52 12 0 114 302 32 23
Binary 100011 110110 111100 101010 1010 0 1001100 11000010 11010 10011

Color Harmonies of #23363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23363C

Black with #23363C

Text Example


Text Example

White with #23363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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