Html Css Color HEX #3384DC Royal Blue

📋 copy color: '#3384DC'

red 51 ◦ green 132 ◦ blue 220

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

Shades of Royal Blue #3384DC

Tints of Royal Blue #3384DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 12.66%
G = 32.75%
B = 54.59%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3384DC (or 0x3384DC) is known color: Royal Blue. HEX triplet: 33, 84 and DC. RGB value is (51,132,220). Sum of RGB (Red+Green+Blue) = 51+132+220=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #3384DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384DC is #CC7B23. Grayscale: #757575. Windows color (decimal): -13400868 or 14451763. OLE color: 14451763.

HSL color Cylindrical-coordinate representation of color #3384DC: hue angle of 211.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3384DC is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 132 220 -
CMYK 0.77 0.40 0 0.14
HSL 211.24º 0.71% 0.53% -
HSV(B) 211.24º 0.77% 0.86% -
XYZ 22.53 22.37 70.84 -
YUV 117.81 185.66 80.34 -
System Red Green Blue C M Y K H S L
Decimal 51 132 220 0.77 0.40 0 0.14 211.24 0.71 0.53
Hex 33 84 DC 4D 28 0 E D3 47 35
Octal 63 204 334 115 50 0 16 323 107 65
Binary 110011 10000100 11011100 1001101 101000 0 1110 11010011 1000111 110101

Color Harmonies of #3384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3384DC

Black with #3384DC

Text Example


Text Example

White with #3384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3384DC; }

 p { color: rgb(51,132,220); }

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

background-color css

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

 a { background-color: rgb(51,132,220); }

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

border-color css

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

 span { border-color: rgb(51,132,220); }

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