Html Css Color HEX #213238 Oxford Blue

📋 copy color: '#213238'

red 33 ◦ green 50 ◦ blue 56

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

Shades of Oxford Blue #213238

Tints of Oxford Blue #213238

RGB

 RED value IS 33 (13.28% from 255) = 23.74%

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

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

R = 23.74%
G = 35.97%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213238 (or 0x213238) is known color: Oxford Blue. HEX triplet: 21, 32 and 38. RGB value is (33,50,56). Sum of RGB (Red+Green+Blue) = 33+50+56=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #213238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213238 is #DECDC7. Grayscale: #2D2D2D. Windows color (decimal): -14601672 or 3682849. OLE color: 3682849.

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

Color convert

RGB 33 50 56 -
CMYK 0.41 0.11 0 0.78
HSL 195.65º 0.26% 0.17% -
HSV(B) 195.65º 0.41% 0.22% -
XYZ 2.48 2.89 4.17 -
YUV 45.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 33 50 56 0.41 0.11 0 0.78 195.65 0.26 0.17
Hex 21 32 38 29 B 0 4E C4 1A 11
Octal 41 62 70 51 13 0 116 304 32 21
Binary 100001 110010 111000 101001 1011 0 1001110 11000100 11010 10001

Color Harmonies of #213238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213238

Black with #213238

Text Example


Text Example

White with #213238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213238; }

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

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

background-color css

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

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

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

border-color css

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

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

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