Html Css Color HEX #3272DF Royal Blue

📋 copy color: '#3272DF'

red 50 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #3272DF

Tints of Royal Blue #3272DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 12.92%
G = 29.46%
B = 57.62%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3272DF (or 0x3272DF) is known color: Royal Blue. HEX triplet: 32, 72 and DF. RGB value is (50,114,223). Sum of RGB (Red+Green+Blue) = 50+114+223=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #3272DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272DF is #CD8D20. Grayscale: #6A6A6A. Windows color (decimal): -13471009 or 14643762. OLE color: 14643762.

HSL color Cylindrical-coordinate representation of color #3272DF: hue angle of 217.8º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3272DF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 114 223 -
CMYK 0.78 0.49 0 0.13
HSL 217.8º 0.73% 0.54% -
HSV(B) 217.8º 0.78% 0.87% -
XYZ 20.65 18.04 72.21 -
YUV 107.29 193.3 87.14 -
System Red Green Blue C M Y K H S L
Decimal 50 114 223 0.78 0.49 0 0.13 217.8 0.73 0.54
Hex 32 72 DF 4E 31 0 D DA 49 36
Octal 62 162 337 116 61 0 15 332 111 66
Binary 110010 1110010 11011111 1001110 110001 0 1101 11011010 1001001 110110

Color Harmonies of #3272DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3272DF

Black with #3272DF

Text Example


Text Example

White with #3272DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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