Html Css Color HEX #3260E5 Royal Blue

📋 copy color: '#3260E5'

red 50 ◦ green 96 ◦ blue 229

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

Shades of Royal Blue #3260E5

Tints of Royal Blue #3260E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 229 (89.84% from 255) = 61.07%

R = 13.33%
G = 25.6%
B = 61.07%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3260E5 (or 0x3260E5) is known color: Royal Blue. HEX triplet: 32, 60 and E5. RGB value is (50,96,229). Sum of RGB (Red+Green+Blue) = 50+96+229=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #3260E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260E5 is #CD9F1A. Grayscale: #606060. Windows color (decimal): -13475611 or 15032370. OLE color: 15032370.

HSL color Cylindrical-coordinate representation of color #3260E5: hue angle of 224.58º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3260E5 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 96 229 -
CMYK 0.78 0.58 0 0.10
HSL 224.58º 0.77% 0.55% -
HSV(B) 224.58º 0.78% 0.9% -
XYZ 19.64 14.7 75.93 -
YUV 97.41 202.26 94.19 -
System Red Green Blue C M Y K H S L
Decimal 50 96 229 0.78 0.58 0 0.10 224.58 0.77 0.55
Hex 32 60 E5 4E 3A 0 A E1 4D 37
Octal 62 140 345 116 72 0 12 341 115 67
Binary 110010 1100000 11100101 1001110 111010 0 1010 11100001 1001101 110111

Color Harmonies of #3260E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3260E5

Black with #3260E5

Text Example


Text Example

White with #3260E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3260E5; }

 p { color: rgb(50,96,229); }

 H1.HeaderClassName
 {
   color: #3260E5;
 }
 .AnyTagClassName
 {
   color: #3260E5;
 }
</style>

background-color css

<style>
 a { background-color: #3260E5; }

 a { background-color: rgb(50,96,229); }

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

border-color css

<style>
 span { border-color: #3260E5; }

 span { border-color: rgb(50,96,229); }

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