Html Css Color HEX #3275DC Royal Blue

📋 copy color: '#3275DC'

red 50 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #3275DC

Tints of Royal Blue #3275DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 12.92%
G = 30.23%
B = 56.85%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3275DC (or 0x3275DC) is known color: Royal Blue. HEX triplet: 32, 75 and DC. RGB value is (50,117,220). Sum of RGB (Red+Green+Blue) = 50+117+220=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #3275DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275DC is #CD8A23. Grayscale: #6C6C6C. Windows color (decimal): -13470244 or 14447922. OLE color: 14447922.

HSL color Cylindrical-coordinate representation of color #3275DC: hue angle of 216.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3275DC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 117 220 -
CMYK 0.77 0.47 0 0.14
HSL 216.35º 0.71% 0.53% -
HSV(B) 216.35º 0.77% 0.86% -
XYZ 20.59 18.57 70.21 -
YUV 108.71 190.8 86.12 -
System Red Green Blue C M Y K H S L
Decimal 50 117 220 0.77 0.47 0 0.14 216.35 0.71 0.53
Hex 32 75 DC 4D 2F 0 E D8 47 35
Octal 62 165 334 115 57 0 16 330 107 65
Binary 110010 1110101 11011100 1001101 101111 0 1110 11011000 1000111 110101

Color Harmonies of #3275DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3275DC

Black with #3275DC

Text Example


Text Example

White with #3275DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3275DC; }

 p { color: rgb(50,117,220); }

 H1.HeaderClassName
 {
   color: #3275DC;
 }
 .AnyTagClassName
 {
   color: #3275DC;
 }
</style>

background-color css

<style>
 a { background-color: #3275DC; }

 a { background-color: rgb(50,117,220); }

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

border-color css

<style>
 span { border-color: #3275DC; }

 span { border-color: rgb(50,117,220); }

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