Html Css Color HEX #21353C Oxford Blue

📋 copy color: '#21353C'

red 33 ◦ green 53 ◦ blue 60

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

Shades of Oxford Blue #21353C

Tints of Oxford Blue #21353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.3%

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 22.6%
G = 36.3%
B = 41.1%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21353C (or 0x21353C) is known color: Oxford Blue. HEX triplet: 21, 35 and 3C. RGB value is (33,53,60). Sum of RGB (Red+Green+Blue) = 33+53+60=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #21353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21353C is #DECAC3. Grayscale: #2F2F2F. Windows color (decimal): -14600900 or 3945761. OLE color: 3945761.

HSL color Cylindrical-coordinate representation of color #21353C: hue angle of 195.56º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21353C is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 53 60 -
CMYK 0.45 0.12 0 0.76
HSL 195.56º 0.29% 0.18% -
HSV(B) 195.56º 0.45% 0.24% -
XYZ 2.72 3.2 4.75 -
YUV 47.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 33 53 60 0.45 0.12 0 0.76 195.56 0.29 0.18
Hex 21 35 3C 2D C 0 4C C4 1D 12
Octal 41 65 74 55 14 0 114 304 35 22
Binary 100001 110101 111100 101101 1100 0 1001100 11000100 11101 10010

Color Harmonies of #21353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21353C

Black with #21353C

Text Example


Text Example

White with #21353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21353C; }

 p { color: rgb(33,53,60); }

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

background-color css

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

 a { background-color: rgb(33,53,60); }

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

border-color css

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

 span { border-color: rgb(33,53,60); }

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