Html Css Color HEX #3665FE Royal Blue

📋 copy color: '#3665FE'

red 54 ◦ green 101 ◦ blue 254

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

Shades of Royal Blue #3665FE

Tints of Royal Blue #3665FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.69%

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

R = 13.2%
G = 24.69%
B = 62.1%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3665FE (or 0x3665FE) is known color: Royal Blue. HEX triplet: 36, 65 and FE. RGB value is (54,101,254). Sum of RGB (Red+Green+Blue) = 54+101+254=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #3665FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665FE is #C99A01. Grayscale: #676767. Windows color (decimal): -13212162 or 16672054. OLE color: 16672054.

HSL color Cylindrical-coordinate representation of color #3665FE: hue angle of 225.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3665FE is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 101 254 -
CMYK 0.79 0.60 0 0.00
HSL 225.9º 0.99% 0.6% -
HSV(B) 225.9º 0.79% 1% -
XYZ 24.06 17.25 95.83 -
YUV 104.39 212.43 92.06 -
System Red Green Blue C M Y K H S L
Decimal 54 101 254 0.79 0.60 0 0.00 225.9 0.99 0.6
Hex 36 65 FE 4F 3C 0 0 E2 63 3C
Octal 66 145 376 117 74 0 0 342 143 74
Binary 110110 1100101 11111110 1001111 111100 0 0 11100010 1100011 111100

Color Harmonies of #3665FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3665FE

Black with #3665FE

Text Example


Text Example

White with #3665FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,101,254); }

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

background-color css

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

 a { background-color: rgb(54,101,254); }

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

border-color css

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

 span { border-color: rgb(54,101,254); }

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