Html Css Color HEX #3662E6 Royal Blue

📋 copy color: '#3662E6'

red 54 ◦ green 98 ◦ blue 230

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

Shades of Royal Blue #3662E6

Tints of Royal Blue #3662E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.21%

R = 14.14%
G = 25.65%
B = 60.21%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3662E6 (or 0x3662E6) is known color: Royal Blue. HEX triplet: 36, 62 and E6. RGB value is (54,98,230). Sum of RGB (Red+Green+Blue) = 54+98+230=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #3662E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3662E6 is #C99D19. Grayscale: #636363. Windows color (decimal): -13212954 or 15098422. OLE color: 15098422.

HSL color Cylindrical-coordinate representation of color #3662E6: hue angle of 225º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3662E6 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 98 230 -
CMYK 0.77 0.57 0 0.10
HSL 225º 0.78% 0.56% -
HSV(B) 225º 0.77% 0.9% -
XYZ 20.17 15.23 76.74 -
YUV 99.89 201.42 95.27 -
System Red Green Blue C M Y K H S L
Decimal 54 98 230 0.77 0.57 0 0.10 225 0.78 0.56
Hex 36 62 E6 4D 39 0 A E1 4E 38
Octal 66 142 346 115 71 0 12 341 116 70
Binary 110110 1100010 11100110 1001101 111001 0 1010 11100001 1001110 111000

Color Harmonies of #3662E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3662E6

Black with #3662E6

Text Example


Text Example

White with #3662E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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