#233338

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

Shades of Oxford Blue #233338

Tints of Oxford Blue #233338

Color information

#233338 (or 0x233338) is unknown color: approx Oxford Blue. HEX triplet: 23, 33 and 38. RGB value is (35,51,56). Sum of RGB (Red+Green+Blue) = 35+51+56=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #233338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233338 is #DCCCC7. Grayscale: #2E2E2E. Windows color (decimal): -14470344 or 3683107. OLE color: 3683107.

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

Color convert

RGB355156-
CMYK0.370.0900.78
HSL194.29º23.08%17.84%-
HSV(B)194.29º37.5%21.96%-
XYZ2.593.014.19-
YUV46.79133.2119.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=24.65%
G=35.92%
B=39.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3551560.370.0900.78194.2923.0817.84
Hex23333825904Ec21712
Octal436370451101163022722
Binary100011110011111000100101100101001110110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233338; }

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

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

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

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

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

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

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

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