Html Css Color HEX #3365FD Royal Blue

📋 copy color: '#3365FD'

red 51 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #3365FD

Tints of Royal Blue #3365FD

RGB

 RED value IS 51 (20.31% from 255) = 12.59%

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

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

R = 12.59%
G = 24.94%
B = 62.47%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3365FD (or 0x3365FD) is known color: Royal Blue. HEX triplet: 33, 65 and FD. RGB value is (51,101,253). Sum of RGB (Red+Green+Blue) = 51+101+253=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #3365FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3365FD is #CC9A02. Grayscale: #666666. Windows color (decimal): -13408771 or 16606515. OLE color: 16606515.

HSL color Cylindrical-coordinate representation of color #3365FD: hue angle of 225.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3365FD is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 101 253 -
CMYK 0.80 0.60 0 0.01
HSL 225.15º 0.98% 0.6% -
HSV(B) 225.15º 0.8% 0.99% -
XYZ 23.75 17.1 94.98 -
YUV 103.38 212.44 90.64 -
System Red Green Blue C M Y K H S L
Decimal 51 101 253 0.80 0.60 0 0.01 225.15 0.98 0.6
Hex 33 65 FD 50 3C 0 1 E1 62 3C
Octal 63 145 375 120 74 0 1 341 142 74
Binary 110011 1100101 11111101 1010000 111100 0 1 11100001 1100010 111100

Color Harmonies of #3365FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3365FD

Black with #3365FD

Text Example


Text Example

White with #3365FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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