Html Css Color HEX #203339 Oxford Blue

📋 copy color: '#203339'

red 32 ◦ green 51 ◦ blue 57

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

Shades of Oxford Blue #203339

Tints of Oxford Blue #203339

RGB

 RED value IS 32 (12.89% from 255) = 22.86%

 GREEN value IS 51 (20.31% from 255) = 36.43%

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 22.86%
G = 36.43%
B = 40.71%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#203339 (or 0x203339) is known color: Oxford Blue. HEX triplet: 20, 33 and 39. RGB value is (32,51,57). Sum of RGB (Red+Green+Blue) = 32+51+57=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #203339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203339 is #DFCCC6. Grayscale: #2D2D2D. Windows color (decimal): -14666951 or 3748640. OLE color: 3748640.

HSL color Cylindrical-coordinate representation of color #203339: hue angle of 194.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #203339 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 51 57 -
CMYK 0.44 0.11 0 0.78
HSL 194.4º 0.28% 0.17% -
HSV(B) 194.4º 0.44% 0.22% -
XYZ 2.52 2.97 4.31 -
YUV 46 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 32 51 57 0.44 0.11 0 0.78 194.4 0.28 0.17
Hex 20 33 39 2C B 0 4E C2 1C 11
Octal 40 63 71 54 13 0 116 302 34 21
Binary 100000 110011 111001 101100 1011 0 1001110 11000010 11100 10001

Color Harmonies of #203339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203339

Black with #203339

Text Example


Text Example

White with #203339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203339; }

 p { color: rgb(32,51,57); }

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

background-color css

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

 a { background-color: rgb(32,51,57); }

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

border-color css

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

 span { border-color: rgb(32,51,57); }

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