#233A40

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

Shades of Oxford Blue #233A40

Tints of Oxford Blue #233A40

Color information

#233A40 (or 0x233A40) is unknown color: approx Oxford Blue. HEX triplet: 23, 3A and 40. RGB value is (35,58,64). Sum of RGB (Red+Green+Blue) = 35+58+64=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #233A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A40 is #DCC5BF. Grayscale: #333333. Windows color (decimal): -14468544 or 4209187. OLE color: 4209187.

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

Color convert

RGB355864-
CMYK0.450.0900.75
HSL192.41º29.29%19.41%-
HSV(B)192.41º45.31%25.1%-
XYZ3.133.755.41-
YUV51.81134.88116.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=22.29%
G=36.94%
B=40.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3558640.450.0900.75192.4129.2919.41
Hex233A402D904Bc01d13
Octal4372100551101133003523
Binary1000111110101000000101101100101001011110000001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233A40; }

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

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

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

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

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

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

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

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