Html Css Color HEX #21333B Oxford Blue

📋 copy color: '#21333B'

red 33 ◦ green 51 ◦ blue 59

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

Shades of Oxford Blue #21333B

Tints of Oxford Blue #21333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.26%

R = 23.08%
G = 35.66%
B = 41.26%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#21333B (or 0x21333B) is known color: Oxford Blue. HEX triplet: 21, 33 and 3B. RGB value is (33,51,59). Sum of RGB (Red+Green+Blue) = 33+51+59=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #21333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21333B is #DECCC4. Grayscale: #2E2E2E. Windows color (decimal): -14601413 or 3879713. OLE color: 3879713.

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

Color convert

RGB 33 51 59 -
CMYK 0.44 0.14 0 0.77
HSL 198.46º 0.28% 0.18% -
HSV(B) 198.46º 0.44% 0.23% -
XYZ 2.6 3.01 4.58 -
YUV 46.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 33 51 59 0.44 0.14 0 0.77 198.46 0.28 0.18
Hex 21 33 3B 2C E 0 4D C6 1C 12
Octal 41 63 73 54 16 0 115 306 34 22
Binary 100001 110011 111011 101100 1110 0 1001101 11000110 11100 10010

Color Harmonies of #21333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21333B

Black with #21333B

Text Example


Text Example

White with #21333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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