Html Css Color HEX #3256DD Royal Blue

📋 copy color: '#3256DD'

red 50 ◦ green 86 ◦ blue 221

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

Shades of Royal Blue #3256DD

Tints of Royal Blue #3256DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

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

R = 14.01%
G = 24.09%
B = 61.9%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3256DD (or 0x3256DD) is known color: Royal Blue. HEX triplet: 32, 56 and DD. RGB value is (50,86,221). Sum of RGB (Red+Green+Blue) = 50+86+221=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #3256DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256DD is #CDA922. Grayscale: #5A5A5A. Windows color (decimal): -13478179 or 14505522. OLE color: 14505522.

HSL color Cylindrical-coordinate representation of color #3256DD: hue angle of 227.37º 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 #3256DD is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 86 221 -
CMYK 0.77 0.61 0 0.13
HSL 227.37º 0.72% 0.53% -
HSV(B) 227.37º 0.77% 0.87% -
XYZ 17.69 12.55 69.9 -
YUV 90.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 50 86 221 0.77 0.61 0 0.13 227.37 0.72 0.53
Hex 32 56 DD 4D 3D 0 D E3 48 35
Octal 62 126 335 115 75 0 15 343 110 65
Binary 110010 1010110 11011101 1001101 111101 0 1101 11100011 1001000 110101

Color Harmonies of #3256DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256DD

Black with #3256DD

Text Example


Text Example

White with #3256DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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