Html Css Color HEX #233238 Oxford Blue

📋 copy color: '#233238'

red 35 ◦ green 50 ◦ blue 56

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

Shades of Oxford Blue #233238

Tints of Oxford Blue #233238

RGB

 RED value IS 35 (14.06% from 255) = 24.82%

 GREEN value IS 50 (19.92% from 255) = 35.46%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 24.82%
G = 35.46%
B = 39.72%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233238 (or 0x233238) is known color: Oxford Blue. HEX triplet: 23, 32 and 38. RGB value is (35,50,56). Sum of RGB (Red+Green+Blue) = 35+50+56=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #233238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233238 is #DCCDC7. Grayscale: #2E2E2E. Windows color (decimal): -14470600 or 3682851. OLE color: 3682851.

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

Color convert

RGB 35 50 56 -
CMYK 0.37 0.11 0 0.78
HSL 197.14º 0.23% 0.18% -
HSV(B) 197.14º 0.38% 0.22% -
XYZ 2.55 2.92 4.17 -
YUV 46.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 35 50 56 0.37 0.11 0 0.78 197.14 0.23 0.18
Hex 23 32 38 25 B 0 4E C5 17 12
Octal 43 62 70 45 13 0 116 305 27 22
Binary 100011 110010 111000 100101 1011 0 1001110 11000101 10111 10010

Color Harmonies of #233238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233238

Black with #233238

Text Example


Text Example

White with #233238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233238; }

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

 H1.HeaderClassName
 {
   color: #233238;
 }
 .AnyTagClassName
 {
   color: #233238;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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