Html Css Color HEX #3668FC Royal Blue

📋 copy color: '#3668FC'

red 54 ◦ green 104 ◦ blue 252

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

Shades of Royal Blue #3668FC

Tints of Royal Blue #3668FC

RGB

 RED value IS 54 (21.48% from 255) = 13.17%

 GREEN value IS 104 (41.02% from 255) = 25.37%

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

R = 13.17%
G = 25.37%
B = 61.46%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3668FC (or 0x3668FC) is known color: Royal Blue. HEX triplet: 36, 68 and FC. RGB value is (54,104,252). Sum of RGB (Red+Green+Blue) = 54+104+252=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #3668FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668FC is #C99703. Grayscale: #696969. Windows color (decimal): -13211396 or 16541750. OLE color: 16541750.

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

Color convert

RGB 54 104 252 -
CMYK 0.79 0.59 0 0.01
HSL 224.85º 0.97% 0.6% -
HSV(B) 224.85º 0.79% 0.99% -
XYZ 24.04 17.71 94.25 -
YUV 105.92 210.44 90.97 -
System Red Green Blue C M Y K H S L
Decimal 54 104 252 0.79 0.59 0 0.01 224.85 0.97 0.6
Hex 36 68 FC 4F 3B 0 1 E1 61 3C
Octal 66 150 374 117 73 0 1 341 141 74
Binary 110110 1101000 11111100 1001111 111011 0 1 11100001 1100001 111100

Color Harmonies of #3668FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3668FC

Black with #3668FC

Text Example


Text Example

White with #3668FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,104,252); }

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

background-color css

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

 a { background-color: rgb(54,104,252); }

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

border-color css

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

 span { border-color: rgb(54,104,252); }

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