Html Css Color HEX #21383F Oxford Blue

📋 copy color: '#21383F'

red 33 ◦ green 56 ◦ blue 63

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

Shades of Oxford Blue #21383F

Tints of Oxford Blue #21383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.84%

 BLUE value IS 63 (25% from 255) = 41.45%

R = 21.71%
G = 36.84%
B = 41.45%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#21383F (or 0x21383F) is known color: Oxford Blue. HEX triplet: 21, 38 and 3F. RGB value is (33,56,63). Sum of RGB (Red+Green+Blue) = 33+56+63=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #21383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21383F is #DEC7C0. Grayscale: #313131. Windows color (decimal): -14600129 or 4143137. OLE color: 4143137.

HSL color Cylindrical-coordinate representation of color #21383F: hue angle of 194º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21383F is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 56 63 -
CMYK 0.48 0.11 0 0.75
HSL 194º 0.31% 0.19% -
HSV(B) 194º 0.48% 0.25% -
XYZ 2.94 3.51 5.23 -
YUV 49.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 33 56 63 0.48 0.11 0 0.75 194 0.31 0.19
Hex 21 38 3F 30 B 0 4B C2 1F 13
Octal 41 70 77 60 13 0 113 302 37 23
Binary 100001 111000 111111 110000 1011 0 1001011 11000010 11111 10011

Color Harmonies of #21383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21383F

Black with #21383F

Text Example


Text Example

White with #21383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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