Html Css Color HEX #355CFB Royal Blue

📋 copy color: '#355CFB'

red 53 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #355CFB

Tints of Royal Blue #355CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.23%

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 13.38%
G = 23.23%
B = 63.38%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#355CFB (or 0x355CFB) is known color: Royal Blue. HEX triplet: 35, 5C and FB. RGB value is (53,92,251). Sum of RGB (Red+Green+Blue) = 53+92+251=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #355CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CFB is #CAA304. Grayscale: #616161. Windows color (decimal): -13280005 or 16473141. OLE color: 16473141.

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

Color convert

RGB 53 92 251 -
CMYK 0.79 0.63 0 0.02
HSL 228.18º 0.96% 0.6% -
HSV(B) 228.18º 0.79% 0.98% -
XYZ 22.71 15.38 93.04 -
YUV 98.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 53 92 251 0.79 0.63 0 0.02 228.18 0.96 0.6
Hex 35 5C FB 4F 3F 0 2 E4 60 3C
Octal 65 134 373 117 77 0 2 344 140 74
Binary 110101 1011100 11111011 1001111 111111 0 10 11100100 1100000 111100

Color Harmonies of #355CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CFB

Black with #355CFB

Text Example


Text Example

White with #355CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,92,251); }

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

background-color css

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

 a { background-color: rgb(53,92,251); }

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

border-color css

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

 span { border-color: rgb(53,92,251); }

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