Html Css Color HEX #3261FD Royal Blue

📋 copy color: '#3261FD'

red 50 ◦ green 97 ◦ blue 253

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

Shades of Royal Blue #3261FD

Tints of Royal Blue #3261FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 12.5%
G = 24.25%
B = 63.25%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3261FD (or 0x3261FD) is known color: Royal Blue. HEX triplet: 32, 61 and FD. RGB value is (50,97,253). Sum of RGB (Red+Green+Blue) = 50+97+253=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #3261FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3261FD is #CD9E02. Grayscale: #646464. Windows color (decimal): -13475331 or 16605490. OLE color: 16605490.

HSL color Cylindrical-coordinate representation of color #3261FD: hue angle of 226.11º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3261FD is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 97 253 -
CMYK 0.80 0.62 0 0.01
HSL 226.11º 0.98% 0.59% -
HSV(B) 226.11º 0.8% 0.99% -
XYZ 23.32 16.32 94.85 -
YUV 100.73 213.93 91.82 -
System Red Green Blue C M Y K H S L
Decimal 50 97 253 0.80 0.62 0 0.01 226.11 0.98 0.59
Hex 32 61 FD 50 3E 0 1 E2 62 3B
Octal 62 141 375 120 76 0 1 342 142 73
Binary 110010 1100001 11111101 1010000 111110 0 1 11100010 1100010 111011

Color Harmonies of #3261FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3261FD

Black with #3261FD

Text Example


Text Example

White with #3261FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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