Html Css Color HEX #3360DB Royal Blue

📋 copy color: '#3360DB'

red 51 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #3360DB

Tints of Royal Blue #3360DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 13.93%
G = 26.23%
B = 59.84%

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

#3360DB (or 0x3360DB) is known color: Royal Blue. HEX triplet: 33, 60 and DB. RGB value is (51,96,219). Sum of RGB (Red+Green+Blue) = 51+96+219=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #3360DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360DB is #CC9F24. Grayscale: #606060. Windows color (decimal): -13410085 or 14377011. OLE color: 14377011.

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

Color convert

RGB 51 96 219 -
CMYK 0.77 0.56 0 0.14
HSL 223.93º 0.7% 0.53% -
HSV(B) 223.93º 0.77% 0.86% -
XYZ 18.33 14.18 68.79 -
YUV 96.57 197.09 95.5 -
System Red Green Blue C M Y K H S L
Decimal 51 96 219 0.77 0.56 0 0.14 223.93 0.7 0.53
Hex 33 60 DB 4D 38 0 E E0 46 35
Octal 63 140 333 115 70 0 16 340 106 65
Binary 110011 1100000 11011011 1001101 111000 0 1110 11100000 1000110 110101

Color Harmonies of #3360DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360DB

Black with #3360DB

Text Example


Text Example

White with #3360DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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