Html Css Color HEX #3382DD Royal Blue

📋 copy color: '#3382DD'

red 51 ◦ green 130 ◦ blue 221

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

Shades of Royal Blue #3382DD

Tints of Royal Blue #3382DD

RGB

 RED value IS 51 (20.31% from 255) = 12.69%

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 12.69%
G = 32.34%
B = 54.98%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3382DD (or 0x3382DD) is known color: Royal Blue. HEX triplet: 33, 82 and DD. RGB value is (51,130,221). Sum of RGB (Red+Green+Blue) = 51+130+221=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #3382DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3382DD is #CC7D22. Grayscale: #747474. Windows color (decimal): -13401379 or 14516787. OLE color: 14516787.

HSL color Cylindrical-coordinate representation of color #3382DD: hue angle of 212.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3382DD is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 130 221 -
CMYK 0.77 0.41 0 0.13
HSL 212.12º 0.71% 0.53% -
HSV(B) 212.12º 0.77% 0.87% -
XYZ 22.4 21.89 71.45 -
YUV 116.75 186.83 81.1 -
System Red Green Blue C M Y K H S L
Decimal 51 130 221 0.77 0.41 0 0.13 212.12 0.71 0.53
Hex 33 82 DD 4D 29 0 D D4 47 35
Octal 63 202 335 115 51 0 15 324 107 65
Binary 110011 10000010 11011101 1001101 101001 0 1101 11010100 1000111 110101

Color Harmonies of #3382DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3382DD

Black with #3382DD

Text Example


Text Example

White with #3382DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3382DD; }

 p { color: rgb(51,130,221); }

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

background-color css

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

 a { background-color: rgb(51,130,221); }

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

border-color css

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

 span { border-color: rgb(51,130,221); }

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