Html Css Color HEX #3274EF Royal Blue

📋 copy color: '#3274EF'

red 50 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #3274EF

Tints of Royal Blue #3274EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 12.35%
G = 28.64%
B = 59.01%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3274EF (or 0x3274EF) is known color: Royal Blue. HEX triplet: 32, 74 and EF. RGB value is (50,116,239). Sum of RGB (Red+Green+Blue) = 50+116+239=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #3274EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3274EF is #CD8B10. Grayscale: #6D6D6D. Windows color (decimal): -13470481 or 15692850. OLE color: 15692850.

HSL color Cylindrical-coordinate representation of color #3274EF: hue angle of 219.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3274EF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 116 239 -
CMYK 0.79 0.51 0 0.06
HSL 219.05º 0.86% 0.57% -
HSV(B) 219.05º 0.79% 0.94% -
XYZ 23.14 19.4 84.19 -
YUV 110.29 200.63 85 -
System Red Green Blue C M Y K H S L
Decimal 50 116 239 0.79 0.51 0 0.06 219.05 0.86 0.57
Hex 32 74 EF 4F 33 0 6 DB 56 39
Octal 62 164 357 117 63 0 6 333 126 71
Binary 110010 1110100 11101111 1001111 110011 0 110 11011011 1010110 111001

Color Harmonies of #3274EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3274EF

Black with #3274EF

Text Example


Text Example

White with #3274EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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