#233138

Color #233138 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #233138

Tints of Oxford Blue #233138

Color information

#233138 (or 0x233138) is unknown color: approx Oxford Blue. HEX triplet: 23, 31 and 38. RGB value is (35,49,56). Sum of RGB (Red+Green+Blue) = 35+49+56=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #233138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233138 is #DCCEC7. Grayscale: #2D2D2D. Windows color (decimal): -14470856 or 3682595. OLE color: 3682595.

HSL color Cylindrical-coordinate representation of color #233138: hue angle of 200º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233138 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB354956-
CMYK0.370.1200.78
HSL200º23.08%17.84%-
HSV(B)200º37.5%21.96%-
XYZ2.512.844.16-
YUV45.61133.86120.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 56 (22.27% from 255) = 40%
R=25%
G=35%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3549560.370.1200.7820023.0817.84
Hex23313825C04Ec81712
Octal436170451401163102722
Binary100011110001111000100101110001001110110010001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233138; }

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

 H1.HeaderClassName
 {
   color: #233138;
 }
 .AnyTagClassName
 {
   color: #233138;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #233138;
 }
 .BgClassName
 {
   background-color: #233138;
 }
</style>
border-color css

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

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

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