Html Css Color HEX #3360FA Royal Blue

📋 copy color: '#3360FA'

red 51 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #3360FA

Tints of Royal Blue #3360FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 12.85%
G = 24.18%
B = 62.97%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3360FA (or 0x3360FA) is known color: Royal Blue. HEX triplet: 33, 60 and FA. RGB value is (51,96,250). Sum of RGB (Red+Green+Blue) = 51+96+250=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #3360FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360FA is #CC9F05. Grayscale: #636363. Windows color (decimal): -13410054 or 16408627. OLE color: 16408627.

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

Color convert

RGB 51 96 250 -
CMYK 0.80 0.62 0 0.02
HSL 226.43º 0.95% 0.59% -
HSV(B) 226.43º 0.8% 0.98% -
XYZ 22.8 15.97 92.32 -
YUV 100.1 212.59 92.98 -
System Red Green Blue C M Y K H S L
Decimal 51 96 250 0.80 0.62 0 0.02 226.43 0.95 0.59
Hex 33 60 FA 50 3E 0 2 E2 5F 3B
Octal 63 140 372 120 76 0 2 342 137 73
Binary 110011 1100000 11111010 1010000 111110 0 10 11100010 1011111 111011

Color Harmonies of #3360FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360FA

Black with #3360FA

Text Example


Text Example

White with #3360FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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