Html Css Color HEX #3277EF Royal Blue

📋 copy color: '#3277EF'

red 50 ◦ green 119 ◦ blue 239

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

Shades of Royal Blue #3277EF

Tints of Royal Blue #3277EF

RGB

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

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

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

R = 12.25%
G = 29.17%
B = 58.58%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3277EF (or 0x3277EF) is known color: Royal Blue. HEX triplet: 32, 77 and EF. RGB value is (50,119,239). Sum of RGB (Red+Green+Blue) = 50+119+239=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #3277EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3277EF is #CD8810. Grayscale: #6F6F6F. Windows color (decimal): -13469713 or 15693618. OLE color: 15693618.

HSL color Cylindrical-coordinate representation of color #3277EF: hue angle of 218.1º 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 #3277EF is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 119 239 -
CMYK 0.79 0.50 0 0.06
HSL 218.1º 0.86% 0.57% -
HSV(B) 218.1º 0.79% 0.94% -
XYZ 23.49 20.1 84.3 -
YUV 112.05 199.64 83.74 -
System Red Green Blue C M Y K H S L
Decimal 50 119 239 0.79 0.50 0 0.06 218.1 0.86 0.57
Hex 32 77 EF 4F 32 0 6 DA 56 39
Octal 62 167 357 117 62 0 6 332 126 71
Binary 110010 1110111 11101111 1001111 110010 0 110 11011010 1010110 111001

Color Harmonies of #3277EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3277EF

Black with #3277EF

Text Example


Text Example

White with #3277EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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