Html Css Color HEX #3261DD Royal Blue

📋 copy color: '#3261DD'

red 50 ◦ green 97 ◦ blue 221

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

Shades of Royal Blue #3261DD

Tints of Royal Blue #3261DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 13.59%
G = 26.36%
B = 60.05%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3261DD (or 0x3261DD) is known color: Royal Blue. HEX triplet: 32, 61 and DD. RGB value is (50,97,221). Sum of RGB (Red+Green+Blue) = 50+97+221=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #3261DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261DD is #CD9E22. Grayscale: #606060. Windows color (decimal): -13475363 or 14508338. OLE color: 14508338.

HSL color Cylindrical-coordinate representation of color #3261DD: hue angle of 223.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3261DD is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 97 221 -
CMYK 0.77 0.56 0 0.13
HSL 223.51º 0.72% 0.53% -
HSV(B) 223.51º 0.77% 0.87% -
XYZ 18.64 14.45 70.21 -
YUV 97.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 50 97 221 0.77 0.56 0 0.13 223.51 0.72 0.53
Hex 32 61 DD 4D 38 0 D E0 48 35
Octal 62 141 335 115 70 0 15 340 110 65
Binary 110010 1100001 11011101 1001101 111000 0 1101 11100000 1001000 110101

Color Harmonies of #3261DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3261DD

Black with #3261DD

Text Example


Text Example

White with #3261DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3261DD; }

 p { color: rgb(50,97,221); }

 H1.HeaderClassName
 {
   color: #3261DD;
 }
 .AnyTagClassName
 {
   color: #3261DD;
 }
</style>

background-color css

<style>
 a { background-color: #3261DD; }

 a { background-color: rgb(50,97,221); }

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

border-color css

<style>
 span { border-color: #3261DD; }

 span { border-color: rgb(50,97,221); }

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