Html Css Color HEX #3360FC Royal Blue

📋 copy color: '#3360FC'

red 51 ◦ green 96 ◦ blue 252

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

Shades of Royal Blue #3360FC

Tints of Royal Blue #3360FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 12.78%
G = 24.06%
B = 63.16%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3360FC (or 0x3360FC) is known color: Royal Blue. HEX triplet: 33, 60 and FC. RGB value is (51,96,252). Sum of RGB (Red+Green+Blue) = 51+96+252=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #3360FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360FC is #CC9F03. Grayscale: #636363. Windows color (decimal): -13410052 or 16539699. OLE color: 16539699.

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

Color convert

RGB 51 96 252 -
CMYK 0.80 0.62 0 0.01
HSL 226.57º 0.97% 0.59% -
HSV(B) 226.57º 0.8% 0.99% -
XYZ 23.12 16.1 93.98 -
YUV 100.33 213.59 92.82 -
System Red Green Blue C M Y K H S L
Decimal 51 96 252 0.80 0.62 0 0.01 226.57 0.97 0.59
Hex 33 60 FC 50 3E 0 1 E3 61 3B
Octal 63 140 374 120 76 0 1 343 141 73
Binary 110011 1100000 11111100 1010000 111110 0 1 11100011 1100001 111011

Color Harmonies of #3360FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360FC

Black with #3360FC

Text Example


Text Example

White with #3360FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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