Html Css Color HEX #3360F6 Royal Blue

📋 copy color: '#3360F6'

red 51 ◦ green 96 ◦ blue 246

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

Shades of Royal Blue #3360F6

Tints of Royal Blue #3360F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.6%

R = 12.98%
G = 24.43%
B = 62.6%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3360F6 (or 0x3360F6) is known color: Royal Blue. HEX triplet: 33, 60 and F6. RGB value is (51,96,246). Sum of RGB (Red+Green+Blue) = 51+96+246=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #3360F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360F6 is #CC9F09. Grayscale: #636363. Windows color (decimal): -13410058 or 16146483. OLE color: 16146483.

HSL color Cylindrical-coordinate representation of color #3360F6: hue angle of 226.15º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3360F6 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 96 246 -
CMYK 0.79 0.61 0 0.04
HSL 226.15º 0.92% 0.58% -
HSV(B) 226.15º 0.79% 0.96% -
XYZ 22.18 15.72 89.05 -
YUV 99.65 210.59 93.3 -
System Red Green Blue C M Y K H S L
Decimal 51 96 246 0.79 0.61 0 0.04 226.15 0.92 0.58
Hex 33 60 F6 4F 3D 0 4 E2 5C 3A
Octal 63 140 366 117 75 0 4 342 134 72
Binary 110011 1100000 11110110 1001111 111101 0 100 11100010 1011100 111010

Color Harmonies of #3360F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360F6

Black with #3360F6

Text Example


Text Example

White with #3360F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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