Html Css Color HEX #21373E Oxford Blue

📋 copy color: '#21373E'

red 33 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #21373E

Tints of Oxford Blue #21373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 62 (24.61% from 255) = 41.33%

R = 22%
G = 36.67%
B = 41.33%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21373E (or 0x21373E) is known color: Oxford Blue. HEX triplet: 21, 37 and 3E. RGB value is (33,55,62). Sum of RGB (Red+Green+Blue) = 33+55+62=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #21373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21373E is #DEC8C1. Grayscale: #313131. Windows color (decimal): -14600386 or 4077345. OLE color: 4077345.

HSL color Cylindrical-coordinate representation of color #21373E: hue angle of 194.48º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21373E is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 55 62 -
CMYK 0.47 0.11 0 0.76
HSL 194.48º 0.31% 0.19% -
HSV(B) 194.48º 0.47% 0.24% -
XYZ 2.86 3.4 5.06 -
YUV 49.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 33 55 62 0.47 0.11 0 0.76 194.48 0.31 0.19
Hex 21 37 3E 2F B 0 4C C2 1F 13
Octal 41 67 76 57 13 0 114 302 37 23
Binary 100001 110111 111110 101111 1011 0 1001100 11000010 11111 10011

Color Harmonies of #21373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21373E

Black with #21373E

Text Example


Text Example

White with #21373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21373E; }

 p { color: rgb(33,55,62); }

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

background-color css

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

 a { background-color: rgb(33,55,62); }

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

border-color css

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

 span { border-color: rgb(33,55,62); }

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