Html Css Color HEX #3665FD Royal Blue

📋 copy color: '#3665FD'

red 54 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #3665FD

Tints of Royal Blue #3665FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 13.24%
G = 24.75%
B = 62.01%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3665FD (or 0x3665FD) is known color: Royal Blue. HEX triplet: 36, 65 and FD. RGB value is (54,101,253). Sum of RGB (Red+Green+Blue) = 54+101+253=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #3665FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665FD is #C99A02. Grayscale: #676767. Windows color (decimal): -13212163 or 16606518. OLE color: 16606518.

HSL color Cylindrical-coordinate representation of color #3665FD: hue angle of 225.83º degrees, saturation: 0.98, 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 #3665FD is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 101 253 -
CMYK 0.79 0.60 0 0.01
HSL 225.83º 0.98% 0.6% -
HSV(B) 225.83º 0.79% 0.99% -
XYZ 23.9 17.18 94.99 -
YUV 104.28 211.93 92.14 -
System Red Green Blue C M Y K H S L
Decimal 54 101 253 0.79 0.60 0 0.01 225.83 0.98 0.6
Hex 36 65 FD 4F 3C 0 1 E2 62 3C
Octal 66 145 375 117 74 0 1 342 142 74
Binary 110110 1100101 11111101 1001111 111100 0 1 11100010 1100010 111100

Color Harmonies of #3665FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3665FD

Black with #3665FD

Text Example


Text Example

White with #3665FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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