Html Css Color HEX #3260E8 Royal Blue

📋 copy color: '#3260E8'

red 50 ◦ green 96 ◦ blue 232

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

Shades of Royal Blue #3260E8

Tints of Royal Blue #3260E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.38%

R = 13.23%
G = 25.4%
B = 61.38%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3260E8 (or 0x3260E8) is known color: Royal Blue. HEX triplet: 32, 60 and E8. RGB value is (50,96,232). Sum of RGB (Red+Green+Blue) = 50+96+232=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #3260E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3260E8 is #CD9F17. Grayscale: #616161. Windows color (decimal): -13475608 or 15228978. OLE color: 15228978.

HSL color Cylindrical-coordinate representation of color #3260E8: hue angle of 224.84º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3260E8 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 96 232 -
CMYK 0.78 0.59 0 0.09
HSL 224.84º 0.8% 0.55% -
HSV(B) 224.84º 0.78% 0.91% -
XYZ 20.06 14.87 78.16 -
YUV 97.75 203.76 93.94 -
System Red Green Blue C M Y K H S L
Decimal 50 96 232 0.78 0.59 0 0.09 224.84 0.8 0.55
Hex 32 60 E8 4E 3B 0 9 E1 50 37
Octal 62 140 350 116 73 0 11 341 120 67
Binary 110010 1100000 11101000 1001110 111011 0 1001 11100001 1010000 110111

Color Harmonies of #3260E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3260E8

Black with #3260E8

Text Example


Text Example

White with #3260E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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