Html Css Color HEX #3274DF Royal Blue

📋 copy color: '#3274DF'

red 50 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #3274DF

Tints of Royal Blue #3274DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 12.85%
G = 29.82%
B = 57.33%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3274DF (or 0x3274DF) is known color: Royal Blue. HEX triplet: 32, 74 and DF. RGB value is (50,116,223). Sum of RGB (Red+Green+Blue) = 50+116+223=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #3274DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274DF is #CD8B20. Grayscale: #6B6B6B. Windows color (decimal): -13470497 or 14644274. OLE color: 14644274.

HSL color Cylindrical-coordinate representation of color #3274DF: hue angle of 217.11º 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 #3274DF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 116 223 -
CMYK 0.78 0.48 0 0.13
HSL 217.11º 0.73% 0.54% -
HSV(B) 217.11º 0.78% 0.87% -
XYZ 20.88 18.5 72.28 -
YUV 108.46 192.63 86.3 -
System Red Green Blue C M Y K H S L
Decimal 50 116 223 0.78 0.48 0 0.13 217.11 0.73 0.54
Hex 32 74 DF 4E 30 0 D D9 49 36
Octal 62 164 337 116 60 0 15 331 111 66
Binary 110010 1110100 11011111 1001110 110000 0 1101 11011001 1001001 110110

Color Harmonies of #3274DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3274DF

Black with #3274DF

Text Example


Text Example

White with #3274DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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