Html Css Color HEX #3256EA Royal Blue

📋 copy color: '#3256EA'

red 50 ◦ green 86 ◦ blue 234

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

Shades of Royal Blue #3256EA

Tints of Royal Blue #3256EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 13.51%
G = 23.24%
B = 63.24%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3256EA (or 0x3256EA) is known color: Royal Blue. HEX triplet: 32, 56 and EA. RGB value is (50,86,234). Sum of RGB (Red+Green+Blue) = 50+86+234=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #3256EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3256EA is #CDA915. Grayscale: #5B5B5B. Windows color (decimal): -13478166 or 15357490. OLE color: 15357490.

HSL color Cylindrical-coordinate representation of color #3256EA: hue angle of 228.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3256EA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 86 234 -
CMYK 0.79 0.63 0 0.08
HSL 228.26º 0.81% 0.56% -
HSV(B) 228.26º 0.79% 0.92% -
XYZ 19.49 13.27 79.38 -
YUV 92.11 208.07 97.97 -
System Red Green Blue C M Y K H S L
Decimal 50 86 234 0.79 0.63 0 0.08 228.26 0.81 0.56
Hex 32 56 EA 4F 3F 0 8 E4 51 38
Octal 62 126 352 117 77 0 10 344 121 70
Binary 110010 1010110 11101010 1001111 111111 0 1000 11100100 1010001 111000

Color Harmonies of #3256EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256EA

Black with #3256EA

Text Example


Text Example

White with #3256EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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