Html Css Color HEX #3360DA Royal Blue

📋 copy color: '#3360DA'

red 51 ◦ green 96 ◦ blue 218

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

Shades of Royal Blue #3360DA

Tints of Royal Blue #3360DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 13.97%
G = 26.3%
B = 59.73%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3360DA (or 0x3360DA) is known color: Royal Blue. HEX triplet: 33, 60 and DA. RGB value is (51,96,218). Sum of RGB (Red+Green+Blue) = 51+96+218=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #3360DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360DA is #CC9F25. Grayscale: #5F5F5F. Windows color (decimal): -13410086 or 14311475. OLE color: 14311475.

HSL color Cylindrical-coordinate representation of color #3360DA: hue angle of 223.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3360DA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 96 218 -
CMYK 0.77 0.56 0 0.15
HSL 223.83º 0.69% 0.53% -
HSV(B) 223.83º 0.77% 0.85% -
XYZ 18.2 14.13 68.1 -
YUV 96.45 196.59 95.58 -
System Red Green Blue C M Y K H S L
Decimal 51 96 218 0.77 0.56 0 0.15 223.83 0.69 0.53
Hex 33 60 DA 4D 38 0 F E0 45 35
Octal 63 140 332 115 70 0 17 340 105 65
Binary 110011 1100000 11011010 1001101 111000 0 1111 11100000 1000101 110101

Color Harmonies of #3360DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360DA

Black with #3360DA

Text Example


Text Example

White with #3360DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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