Html Css Color HEX #213138 Oxford Blue

📋 copy color: '#213138'

red 33 ◦ green 49 ◦ blue 56

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

Shades of Oxford Blue #213138

Tints of Oxford Blue #213138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

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

R = 23.91%
G = 35.51%
B = 40.58%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213138 (or 0x213138) is known color: Oxford Blue. HEX triplet: 21, 31 and 38. RGB value is (33,49,56). Sum of RGB (Red+Green+Blue) = 33+49+56=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #213138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213138 is #DECEC7. Grayscale: #2C2C2C. Windows color (decimal): -14601928 or 3682593. OLE color: 3682593.

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

Color convert

RGB 33 49 56 -
CMYK 0.41 0.12 0 0.78
HSL 198.26º 0.26% 0.17% -
HSV(B) 198.26º 0.41% 0.22% -
XYZ 2.44 2.81 4.15 -
YUV 45.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 33 49 56 0.41 0.12 0 0.78 198.26 0.26 0.17
Hex 21 31 38 29 C 0 4E C6 1A 11
Octal 41 61 70 51 14 0 116 306 32 21
Binary 100001 110001 111000 101001 1100 0 1001110 11000110 11010 10001

Color Harmonies of #213138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213138

Black with #213138

Text Example


Text Example

White with #213138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213138; }

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

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

background-color css

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

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

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

border-color css

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

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

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