Html Css Color HEX #3360DC Royal Blue

📋 copy color: '#3360DC'

red 51 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #3360DC

Tints of Royal Blue #3360DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 13.9%
G = 26.16%
B = 59.95%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3360DC (or 0x3360DC) is known color: Royal Blue. HEX triplet: 33, 60 and DC. RGB value is (51,96,220). Sum of RGB (Red+Green+Blue) = 51+96+220=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #3360DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360DC is #CC9F23. Grayscale: #606060. Windows color (decimal): -13410084 or 14442547. OLE color: 14442547.

HSL color Cylindrical-coordinate representation of color #3360DC: hue angle of 224.02º 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 #3360DC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 96 220 -
CMYK 0.77 0.56 0 0.14
HSL 224.02º 0.71% 0.53% -
HSV(B) 224.02º 0.77% 0.86% -
XYZ 18.47 14.24 69.48 -
YUV 96.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 51 96 220 0.77 0.56 0 0.14 224.02 0.71 0.53
Hex 33 60 DC 4D 38 0 E E0 47 35
Octal 63 140 334 115 70 0 16 340 107 65
Binary 110011 1100000 11011100 1001101 111000 0 1110 11100000 1000111 110101

Color Harmonies of #3360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360DC

Black with #3360DC

Text Example


Text Example

White with #3360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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