Html Css Color HEX #355EFC Royal Blue

📋 copy color: '#355EFC'

red 53 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #355EFC

Tints of Royal Blue #355EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 13.28%
G = 23.56%
B = 63.16%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#355EFC (or 0x355EFC) is known color: Royal Blue. HEX triplet: 35, 5E and FC. RGB value is (53,94,252). Sum of RGB (Red+Green+Blue) = 53+94+252=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #355EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFC is #CAA103. Grayscale: #636363. Windows color (decimal): -13279492 or 16539189. OLE color: 16539189.

HSL color Cylindrical-coordinate representation of color #355EFC: hue angle of 227.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355EFC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 94 252 -
CMYK 0.79 0.63 0 0.01
HSL 227.64º 0.97% 0.6% -
HSV(B) 227.64º 0.79% 0.99% -
XYZ 23.04 15.79 93.93 -
YUV 99.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 53 94 252 0.79 0.63 0 0.01 227.64 0.97 0.6
Hex 35 5E FC 4F 3F 0 1 E4 61 3C
Octal 65 136 374 117 77 0 1 344 141 74
Binary 110101 1011110 11111100 1001111 111111 0 1 11100100 1100001 111100

Color Harmonies of #355EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EFC

Black with #355EFC

Text Example


Text Example

White with #355EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355EFC; }

 p { color: rgb(53,94,252); }

 H1.HeaderClassName
 {
   color: #355EFC;
 }
 .AnyTagClassName
 {
   color: #355EFC;
 }
</style>

background-color css

<style>
 a { background-color: #355EFC; }

 a { background-color: rgb(53,94,252); }

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

border-color css

<style>
 span { border-color: #355EFC; }

 span { border-color: rgb(53,94,252); }

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