Html Css Color HEX #3265FC Royal Blue

📋 copy color: '#3265FC'

red 50 ◦ green 101 ◦ blue 252

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

Shades of Royal Blue #3265FC

Tints of Royal Blue #3265FC

RGB

 RED value IS 50 (19.92% from 255) = 12.41%

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

 BLUE value IS 252 (98.83% from 255) = 62.53%

R = 12.41%
G = 25.06%
B = 62.53%

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

#3265FC (or 0x3265FC) is known color: Royal Blue. HEX triplet: 32, 65 and FC. RGB value is (50,101,252). Sum of RGB (Red+Green+Blue) = 50+101+252=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #3265FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3265FC is #CD9A03. Grayscale: #666666. Windows color (decimal): -13474308 or 16540978. OLE color: 16540978.

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

Color convert

RGB 50 101 252 -
CMYK 0.80 0.60 0 0.01
HSL 224.85º 0.97% 0.59% -
HSV(B) 224.85º 0.8% 0.99% -
XYZ 23.54 17.01 94.14 -
YUV 102.97 212.1 90.22 -
System Red Green Blue C M Y K H S L
Decimal 50 101 252 0.80 0.60 0 0.01 224.85 0.97 0.59
Hex 32 65 FC 50 3C 0 1 E1 61 3B
Octal 62 145 374 120 74 0 1 341 141 73
Binary 110010 1100101 11111100 1010000 111100 0 1 11100001 1100001 111011

Color Harmonies of #3265FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3265FC

Black with #3265FC

Text Example


Text Example

White with #3265FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3265FC; }

 p { color: rgb(50,101,252); }

 H1.HeaderClassName
 {
   color: #3265FC;
 }
 .AnyTagClassName
 {
   color: #3265FC;
 }
</style>

background-color css

<style>
 a { background-color: #3265FC; }

 a { background-color: rgb(50,101,252); }

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

border-color css

<style>
 span { border-color: #3265FC; }

 span { border-color: rgb(50,101,252); }

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