Html Css Color HEX #233338 Oxford Blue

📋 copy color: '#233338'

red 35 ◦ green 51 ◦ blue 56

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

Shades of Oxford Blue #233338

Tints of Oxford Blue #233338

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 value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233338 (or 0x233338) is known color: 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

RGB 35 51 56 -
CMYK 0.37 0.09 0 0.78
HSL 194.29º 0.23% 0.18% -
HSV(B) 194.29º 0.38% 0.22% -
XYZ 2.59 3.01 4.19 -
YUV 46.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 35 51 56 0.37 0.09 0 0.78 194.29 0.23 0.18
Hex 23 33 38 25 9 0 4E C2 17 12
Octal 43 63 70 45 11 0 116 302 27 22
Binary 100011 110011 111000 100101 1001 0 1001110 11000010 10111 10010

Color Harmonies of #233338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233338

Black with #233338

Text Example


Text Example

White with #233338

Text Example


Text Example

HTML Codes & Css Web 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>