Html Css Color HEX #3360FE Royal Blue

📋 copy color: '#3360FE'

red 51 ◦ green 96 ◦ blue 254

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

Shades of Royal Blue #3360FE

Tints of Royal Blue #3360FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.34%

R = 12.72%
G = 23.94%
B = 63.34%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3360FE (or 0x3360FE) is known color: Royal Blue. HEX triplet: 33, 60 and FE. RGB value is (51,96,254). Sum of RGB (Red+Green+Blue) = 51+96+254=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #3360FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360FE is #CC9F01. Grayscale: #636363. Windows color (decimal): -13410050 or 16670771. OLE color: 16670771.

HSL color Cylindrical-coordinate representation of color #3360FE: hue angle of 226.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3360FE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 96 254 -
CMYK 0.80 0.62 0 0.00
HSL 226.7º 0.99% 0.6% -
HSV(B) 226.7º 0.8% 1% -
XYZ 23.44 16.23 95.66 -
YUV 100.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 51 96 254 0.80 0.62 0 0.00 226.7 0.99 0.6
Hex 33 60 FE 50 3E 0 0 E3 63 3C
Octal 63 140 376 120 76 0 0 343 143 74
Binary 110011 1100000 11111110 1010000 111110 0 0 11100011 1100011 111100

Color Harmonies of #3360FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360FE

Black with #3360FE

Text Example


Text Example

White with #3360FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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