Html Css Color HEX #3261DA Royal Blue

📋 copy color: '#3261DA'

red 50 ◦ green 97 ◦ blue 218

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

Shades of Royal Blue #3261DA

Tints of Royal Blue #3261DA

RGB

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

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

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

R = 13.7%
G = 26.58%
B = 59.73%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3261DA (or 0x3261DA) is known color: Royal Blue. HEX triplet: 32, 61 and DA. RGB value is (50,97,218). Sum of RGB (Red+Green+Blue) = 50+97+218=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #3261DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261DA is #CD9E25. Grayscale: #606060. Windows color (decimal): -13475366 or 14311730. OLE color: 14311730.

HSL color Cylindrical-coordinate representation of color #3261DA: hue angle of 223.21º 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 #3261DA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 97 218 -
CMYK 0.77 0.56 0 0.15
HSL 223.21º 0.69% 0.53% -
HSV(B) 223.21º 0.77% 0.85% -
XYZ 18.24 14.29 68.13 -
YUV 96.74 196.43 94.66 -
System Red Green Blue C M Y K H S L
Decimal 50 97 218 0.77 0.56 0 0.15 223.21 0.69 0.53
Hex 32 61 DA 4D 38 0 F DF 45 35
Octal 62 141 332 115 70 0 17 337 105 65
Binary 110010 1100001 11011010 1001101 111000 0 1111 11011111 1000101 110101

Color Harmonies of #3261DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3261DA

Black with #3261DA

Text Example


Text Example

White with #3261DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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