Html Css Color HEX #3256ED Royal Blue

📋 copy color: '#3256ED'

red 50 ◦ green 86 ◦ blue 237

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

Shades of Royal Blue #3256ED

Tints of Royal Blue #3256ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.54%

R = 13.4%
G = 23.06%
B = 63.54%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3256ED (or 0x3256ED) is known color: Royal Blue. HEX triplet: 32, 56 and ED. RGB value is (50,86,237). Sum of RGB (Red+Green+Blue) = 50+86+237=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #3256ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3256ED is #CDA912. Grayscale: #5B5B5B. Windows color (decimal): -13478163 or 15554098. OLE color: 15554098.

HSL color Cylindrical-coordinate representation of color #3256ED: hue angle of 228.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3256ED is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 86 237 -
CMYK 0.79 0.64 0 0.07
HSL 228.45º 0.84% 0.56% -
HSV(B) 228.45º 0.79% 0.93% -
XYZ 19.93 13.45 81.67 -
YUV 92.45 209.57 97.72 -
System Red Green Blue C M Y K H S L
Decimal 50 86 237 0.79 0.64 0 0.07 228.45 0.84 0.56
Hex 32 56 ED 4F 40 0 7 E4 54 38
Octal 62 126 355 117 100 0 7 344 124 70
Binary 110010 1010110 11101101 1001111 1000000 0 111 11100100 1010100 111000

Color Harmonies of #3256ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256ED

Black with #3256ED

Text Example


Text Example

White with #3256ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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