#233438

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

Shades of Oxford Blue #233438

Tints of Oxford Blue #233438

Color information

#233438 (or 0x233438) is unknown color: approx Oxford Blue. HEX triplet: 23, 34 and 38. RGB value is (35,52,56). Sum of RGB (Red+Green+Blue) = 35+52+56=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #233438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233438 is #DCCBC7. Grayscale: #2F2F2F. Windows color (decimal): -14470088 or 3683363. OLE color: 3683363.

HSL color Cylindrical-coordinate representation of color #233438: hue angle of 191.43º 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 #233438 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB355256-
CMYK0.370.0700.78
HSL191.43º23.08%17.84%-
HSV(B)191.43º37.5%21.96%-
XYZ2.633.14.2-
YUV47.37132.87119.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=24.48%
G=36.36%
B=39.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3552560.370.0700.78191.4323.0817.84
Hex23343825704Ebf1712
Octal43647045701162772722
Binary10001111010011100010010111101001110101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233438; }

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

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

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

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

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

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

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

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