Html Css Color HEX #3380DD Royal Blue

📋 copy color: '#3380DD'

red 51 ◦ green 128 ◦ blue 221

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

Shades of Royal Blue #3380DD

Tints of Royal Blue #3380DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 12.75%
G = 32%
B = 55.25%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3380DD (or 0x3380DD) is known color: Royal Blue. HEX triplet: 33, 80 and DD. RGB value is (51,128,221). Sum of RGB (Red+Green+Blue) = 51+128+221=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #3380DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380DD is #CC7F22. Grayscale: #737373. Windows color (decimal): -13401891 or 14516275. OLE color: 14516275.

HSL color Cylindrical-coordinate representation of color #3380DD: hue angle of 212.82º 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 #3380DD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 128 221 -
CMYK 0.77 0.42 0 0.13
HSL 212.82º 0.71% 0.53% -
HSV(B) 212.82º 0.77% 0.87% -
XYZ 22.14 21.36 71.36 -
YUV 115.58 187.49 81.94 -
System Red Green Blue C M Y K H S L
Decimal 51 128 221 0.77 0.42 0 0.13 212.82 0.71 0.53
Hex 33 80 DD 4D 2A 0 D D5 47 35
Octal 63 200 335 115 52 0 15 325 107 65
Binary 110011 10000000 11011101 1001101 101010 0 1101 11010101 1000111 110101

Color Harmonies of #3380DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3380DD

Black with #3380DD

Text Example


Text Example

White with #3380DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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