Html Css Color HEX #23383F Oxford Blue

📋 copy color: '#23383F'

red 35 ◦ green 56 ◦ blue 63

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

Shades of Oxford Blue #23383F

Tints of Oxford Blue #23383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

 BLUE value IS 63 (25% from 255) = 40.91%

R = 22.73%
G = 36.36%
B = 40.91%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#23383F (or 0x23383F) is known color: Oxford Blue. HEX triplet: 23, 38 and 3F. RGB value is (35,56,63). Sum of RGB (Red+Green+Blue) = 35+56+63=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #23383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23383F is #DCC7C0. Grayscale: #323232. Windows color (decimal): -14469057 or 4143139. OLE color: 4143139.

HSL color Cylindrical-coordinate representation of color #23383F: hue angle of 195º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23383F is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 56 63 -
CMYK 0.44 0.11 0 0.75
HSL 195º 0.29% 0.19% -
HSV(B) 195º 0.44% 0.25% -
XYZ 3 3.54 5.23 -
YUV 50.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 35 56 63 0.44 0.11 0 0.75 195 0.29 0.19
Hex 23 38 3F 2C B 0 4B C3 1D 13
Octal 43 70 77 54 13 0 113 303 35 23
Binary 100011 111000 111111 101100 1011 0 1001011 11000011 11101 10011

Color Harmonies of #23383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23383F

Black with #23383F

Text Example


Text Example

White with #23383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23383F; }

 p { color: rgb(35,56,63); }

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

background-color css

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

 a { background-color: rgb(35,56,63); }

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

border-color css

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

 span { border-color: rgb(35,56,63); }

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