Html Css Color HEX #21333A Oxford Blue

📋 copy color: '#21333A'

red 33 ◦ green 51 ◦ blue 58

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

Shades of Oxford Blue #21333A

Tints of Oxford Blue #21333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 23.24%
G = 35.92%
B = 40.85%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#21333A (or 0x21333A) is known color: Oxford Blue. HEX triplet: 21, 33 and 3A. RGB value is (33,51,58). Sum of RGB (Red+Green+Blue) = 33+51+58=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #21333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21333A is #DECCC5. Grayscale: #2E2E2E. Windows color (decimal): -14601414 or 3814177. OLE color: 3814177.

HSL color Cylindrical-coordinate representation of color #21333A: hue angle of 196.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21333A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 51 58 -
CMYK 0.43 0.12 0 0.77
HSL 196.8º 0.27% 0.18% -
HSV(B) 196.8º 0.43% 0.23% -
XYZ 2.57 3 4.45 -
YUV 46.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 33 51 58 0.43 0.12 0 0.77 196.8 0.27 0.18
Hex 21 33 3A 2B C 0 4D C5 1B 12
Octal 41 63 72 53 14 0 115 305 33 22
Binary 100001 110011 111010 101011 1100 0 1001101 11000101 11011 10010

Color Harmonies of #21333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21333A

Black with #21333A

Text Example


Text Example

White with #21333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21333A; }

 p { color: rgb(33,51,58); }

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

background-color css

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

 a { background-color: rgb(33,51,58); }

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

border-color css

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

 span { border-color: rgb(33,51,58); }

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