Html Css Color HEX #3557EA Royal Blue

📋 copy color: '#3557EA'

red 53 ◦ green 87 ◦ blue 234

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

Shades of Royal Blue #3557EA

Tints of Royal Blue #3557EA

RGB

 RED value IS 53 (21.09% from 255) = 14.17%

 GREEN value IS 87 (34.38% from 255) = 23.26%

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

R = 14.17%
G = 23.26%
B = 62.57%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3557EA (or 0x3557EA) is known color: Royal Blue. HEX triplet: 35, 57 and EA. RGB value is (53,87,234). Sum of RGB (Red+Green+Blue) = 53+87+234=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #3557EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3557EA is #CAA815. Grayscale: #5C5C5C. Windows color (decimal): -13281302 or 15357749. OLE color: 15357749.

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

Color convert

RGB 53 87 234 -
CMYK 0.77 0.63 0 0.08
HSL 228.73º 0.81% 0.56% -
HSV(B) 228.73º 0.77% 0.92% -
XYZ 19.73 13.51 79.41 -
YUV 93.59 207.24 99.05 -
System Red Green Blue C M Y K H S L
Decimal 53 87 234 0.77 0.63 0 0.08 228.73 0.81 0.56
Hex 35 57 EA 4D 3F 0 8 E5 51 38
Octal 65 127 352 115 77 0 10 345 121 70
Binary 110101 1010111 11101010 1001101 111111 0 1000 11100101 1010001 111000

Color Harmonies of #3557EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3557EA

Black with #3557EA

Text Example


Text Example

White with #3557EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,87,234); }

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

background-color css

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

 a { background-color: rgb(53,87,234); }

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

border-color css

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

 span { border-color: rgb(53,87,234); }

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