Html Css Color HEX #3277DA Royal Blue

📋 copy color: '#3277DA'

red 50 ◦ green 119 ◦ blue 218

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

Shades of Royal Blue #3277DA

Tints of Royal Blue #3277DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.33%

R = 12.92%
G = 30.75%
B = 56.33%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3277DA (or 0x3277DA) is known color: Royal Blue. HEX triplet: 32, 77 and DA. RGB value is (50,119,218). Sum of RGB (Red+Green+Blue) = 50+119+218=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #3277DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277DA is #CD8825. Grayscale: #6D6D6D. Windows color (decimal): -13469734 or 14317362. OLE color: 14317362.

HSL color Cylindrical-coordinate representation of color #3277DA: hue angle of 215.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3277DA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 119 218 -
CMYK 0.77 0.45 0 0.15
HSL 215.36º 0.69% 0.53% -
HSV(B) 215.36º 0.77% 0.85% -
XYZ 20.57 18.93 68.9 -
YUV 109.66 189.14 85.45 -
System Red Green Blue C M Y K H S L
Decimal 50 119 218 0.77 0.45 0 0.15 215.36 0.69 0.53
Hex 32 77 DA 4D 2D 0 F D7 45 35
Octal 62 167 332 115 55 0 17 327 105 65
Binary 110010 1110111 11011010 1001101 101101 0 1111 11010111 1000101 110101

Color Harmonies of #3277DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3277DA

Black with #3277DA

Text Example


Text Example

White with #3277DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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