Html Css Color HEX #3360EC Royal Blue

📋 copy color: '#3360EC'

red 51 ◦ green 96 ◦ blue 236

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

Shades of Royal Blue #3360EC

Tints of Royal Blue #3360EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 13.32%
G = 25.07%
B = 61.62%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3360EC (or 0x3360EC) is known color: Royal Blue. HEX triplet: 33, 60 and EC. RGB value is (51,96,236). Sum of RGB (Red+Green+Blue) = 51+96+236=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #3360EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360EC is #CC9F13. Grayscale: #616161. Windows color (decimal): -13410068 or 15491123. OLE color: 15491123.

HSL color Cylindrical-coordinate representation of color #3360EC: hue angle of 225.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3360EC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 96 236 -
CMYK 0.78 0.59 0 0.07
HSL 225.41º 0.83% 0.56% -
HSV(B) 225.41º 0.78% 0.93% -
XYZ 20.69 15.13 81.19 -
YUV 98.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 51 96 236 0.78 0.59 0 0.07 225.41 0.83 0.56
Hex 33 60 EC 4E 3B 0 7 E1 53 38
Octal 63 140 354 116 73 0 7 341 123 70
Binary 110011 1100000 11101100 1001110 111011 0 111 11100001 1010011 111000

Color Harmonies of #3360EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360EC

Black with #3360EC

Text Example


Text Example

White with #3360EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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