Html Css Color HEX #3662F6 Royal Blue

📋 copy color: '#3662F6'

red 54 ◦ green 98 ◦ blue 246

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

Shades of Royal Blue #3662F6

Tints of Royal Blue #3662F6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

 BLUE value IS 246 (96.48% from 255) = 61.81%

R = 13.57%
G = 24.62%
B = 61.81%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3662F6 (or 0x3662F6) is known color: Royal Blue. HEX triplet: 36, 62 and F6. RGB value is (54,98,246). Sum of RGB (Red+Green+Blue) = 54+98+246=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #3662F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3662F6 is #C99D09. Grayscale: #656565. Windows color (decimal): -13212938 or 16146998. OLE color: 16146998.

HSL color Cylindrical-coordinate representation of color #3662F6: hue angle of 226.25º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3662F6 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 98 246 -
CMYK 0.78 0.60 0 0.04
HSL 226.25º 0.91% 0.59% -
HSV(B) 226.25º 0.78% 0.96% -
XYZ 22.52 16.17 89.12 -
YUV 101.72 209.42 93.97 -
System Red Green Blue C M Y K H S L
Decimal 54 98 246 0.78 0.60 0 0.04 226.25 0.91 0.59
Hex 36 62 F6 4E 3C 0 4 E2 5B 3B
Octal 66 142 366 116 74 0 4 342 133 73
Binary 110110 1100010 11110110 1001110 111100 0 100 11100010 1011011 111011

Color Harmonies of #3662F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3662F6

Black with #3662F6

Text Example


Text Example

White with #3662F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3662F6; }

 p { color: rgb(54,98,246); }

 H1.HeaderClassName
 {
   color: #3662F6;
 }
 .AnyTagClassName
 {
   color: #3662F6;
 }
</style>

background-color css

<style>
 a { background-color: #3662F6; }

 a { background-color: rgb(54,98,246); }

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

border-color css

<style>
 span { border-color: #3662F6; }

 span { border-color: rgb(54,98,246); }

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