Html Css Color HEX #3361FE Royal Blue

📋 copy color: '#3361FE'

red 51 ◦ green 97 ◦ blue 254

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

Shades of Royal Blue #3361FE

Tints of Royal Blue #3361FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 12.69%
G = 24.13%
B = 63.18%

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

#3361FE (or 0x3361FE) is known color: Royal Blue. HEX triplet: 33, 61 and FE. RGB value is (51,97,254). Sum of RGB (Red+Green+Blue) = 51+97+254=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #3361FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3361FE is #CC9E01. Grayscale: #646464. Windows color (decimal): -13409794 or 16671027. OLE color: 16671027.

HSL color Cylindrical-coordinate representation of color #3361FE: hue angle of 226.4º 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 #3361FE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 97 254 -
CMYK 0.80 0.62 0 0.00
HSL 226.4º 0.99% 0.6% -
HSV(B) 226.4º 0.8% 1% -
XYZ 23.53 16.41 95.69 -
YUV 101.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 51 97 254 0.80 0.62 0 0.00 226.4 0.99 0.6
Hex 33 61 FE 50 3E 0 0 E2 63 3C
Octal 63 141 376 120 76 0 0 342 143 74
Binary 110011 1100001 11111110 1010000 111110 0 0 11100010 1100011 111100

Color Harmonies of #3361FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3361FE

Black with #3361FE

Text Example


Text Example

White with #3361FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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