Html Css Color HEX #3270FF Royal Blue

📋 copy color: '#3270FF'

red 50 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #3270FF

Tints of Royal Blue #3270FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 255 (100% from 255) = 61.15%

R = 11.99%
G = 26.86%
B = 61.15%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3270FF (or 0x3270FF) is known color: Royal Blue. HEX triplet: 32, 70 and FF. RGB value is (50,112,255). Sum of RGB (Red+Green+Blue) = 50+112+255=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #3270FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3270FF is #CD8F00. Grayscale: #6D6D6D. Windows color (decimal): -13471489 or 16740402. OLE color: 16740402.

HSL color Cylindrical-coordinate representation of color #3270FF: hue angle of 221.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3270FF is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 112 255 -
CMYK 0.80 0.56 0 0
HSL 221.85º 1% 0.6% -
HSV(B) 221.85º 0.8% 1% -
XYZ 25.16 19.49 97.04 -
YUV 109.76 209.96 85.37 -
System Red Green Blue C M Y K H S L
Decimal 50 112 255 0.80 0.56 0 0 221.85 1 0.6
Hex 32 70 FF 50 38 0 0 DE 64 3C
Octal 62 160 377 120 70 0 0 336 144 74
Binary 110010 1110000 11111111 1010000 111000 0 0 11011110 1100100 111100

Color Harmonies of #3270FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3270FF

Black with #3270FF

Text Example


Text Example

White with #3270FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3270FF; }

 p { color: rgb(50,112,255); }

 H1.HeaderClassName
 {
   color: #3270FF;
 }
 .AnyTagClassName
 {
   color: #3270FF;
 }
</style>

background-color css

<style>
 a { background-color: #3270FF; }

 a { background-color: rgb(50,112,255); }

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

border-color css

<style>
 span { border-color: #3270FF; }

 span { border-color: rgb(50,112,255); }

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