Html Css Color HEX #3277EC Royal Blue

📋 copy color: '#3277EC'

red 50 ◦ green 119 ◦ blue 236

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

Shades of Royal Blue #3277EC

Tints of Royal Blue #3277EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 12.35%
G = 29.38%
B = 58.27%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3277EC (or 0x3277EC) is known color: Royal Blue. HEX triplet: 32, 77 and EC. RGB value is (50,119,236). Sum of RGB (Red+Green+Blue) = 50+119+236=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #3277EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3277EC is #CD8813. Grayscale: #6F6F6F. Windows color (decimal): -13469716 or 15497010. OLE color: 15497010.

HSL color Cylindrical-coordinate representation of color #3277EC: hue angle of 217.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3277EC is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 119 236 -
CMYK 0.79 0.50 0 0.07
HSL 217.74º 0.83% 0.56% -
HSV(B) 217.74º 0.79% 0.93% -
XYZ 23.05 19.93 81.99 -
YUV 111.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 50 119 236 0.79 0.50 0 0.07 217.74 0.83 0.56
Hex 32 77 EC 4F 32 0 7 DA 53 38
Octal 62 167 354 117 62 0 7 332 123 70
Binary 110010 1110111 11101100 1001111 110010 0 111 11011010 1010011 111000

Color Harmonies of #3277EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3277EC

Black with #3277EC

Text Example


Text Example

White with #3277EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3277EC; }

 p { color: rgb(50,119,236); }

 H1.HeaderClassName
 {
   color: #3277EC;
 }
 .AnyTagClassName
 {
   color: #3277EC;
 }
</style>

background-color css

<style>
 a { background-color: #3277EC; }

 a { background-color: rgb(50,119,236); }

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

border-color css

<style>
 span { border-color: #3277EC; }

 span { border-color: rgb(50,119,236); }

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