Html Css Color HEX #213339 Oxford Blue

📋 copy color: '#213339'

red 33 ◦ green 51 ◦ blue 57

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

Shades of Oxford Blue #213339

Tints of Oxford Blue #213339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.43%

R = 23.4%
G = 36.17%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213339 (or 0x213339) is known color: Oxford Blue. HEX triplet: 21, 33 and 39. RGB value is (33,51,57). Sum of RGB (Red+Green+Blue) = 33+51+57=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #213339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213339 is #DECCC6. Grayscale: #2E2E2E. Windows color (decimal): -14601415 or 3748641. OLE color: 3748641.

HSL color Cylindrical-coordinate representation of color #213339: hue angle of 195º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213339 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 51 57 -
CMYK 0.42 0.11 0 0.78
HSL 195º 0.27% 0.18% -
HSV(B) 195º 0.42% 0.22% -
XYZ 2.55 2.99 4.31 -
YUV 46.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 33 51 57 0.42 0.11 0 0.78 195 0.27 0.18
Hex 21 33 39 2A B 0 4E C3 1B 12
Octal 41 63 71 52 13 0 116 303 33 22
Binary 100001 110011 111001 101010 1011 0 1001110 11000011 11011 10010

Color Harmonies of #213339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213339

Black with #213339

Text Example


Text Example

White with #213339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213339; }

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

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

background-color css

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

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

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

border-color css

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

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

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