Html Css Color HEX #3272FC Royal Blue

📋 copy color: '#3272FC'

red 50 ◦ green 114 ◦ blue 252

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

Shades of Royal Blue #3272FC

Tints of Royal Blue #3272FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

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

R = 12.02%
G = 27.4%
B = 60.58%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3272FC (or 0x3272FC) is known color: Royal Blue. HEX triplet: 32, 72 and FC. RGB value is (50,114,252). Sum of RGB (Red+Green+Blue) = 50+114+252=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #3272FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3272FC is #CD8D03. Grayscale: #6D6D6D. Windows color (decimal): -13470980 or 16544306. OLE color: 16544306.

HSL color Cylindrical-coordinate representation of color #3272FC: hue angle of 220.99º 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 #3272FC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 114 252 -
CMYK 0.80 0.55 0 0.01
HSL 220.99º 0.97% 0.59% -
HSV(B) 220.99º 0.8% 0.99% -
XYZ 24.9 19.74 94.59 -
YUV 110.6 207.8 84.78 -
System Red Green Blue C M Y K H S L
Decimal 50 114 252 0.80 0.55 0 0.01 220.99 0.97 0.59
Hex 32 72 FC 50 37 0 1 DD 61 3B
Octal 62 162 374 120 67 0 1 335 141 73
Binary 110010 1110010 11111100 1010000 110111 0 1 11011101 1100001 111011

Color Harmonies of #3272FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3272FC

Black with #3272FC

Text Example


Text Example

White with #3272FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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