Html Css Color HEX #355FEB Royal Blue

📋 copy color: '#355FEB'

red 53 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #355FEB

Tints of Royal Blue #355FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 13.84%
G = 24.8%
B = 61.36%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#355FEB (or 0x355FEB) is known color: Royal Blue. HEX triplet: 35, 5F and EB. RGB value is (53,95,235). Sum of RGB (Red+Green+Blue) = 53+95+235=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #355FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FEB is #CAA014. Grayscale: #616161. Windows color (decimal): -13279253 or 15425333. OLE color: 15425333.

HSL color Cylindrical-coordinate representation of color #355FEB: hue angle of 226.15º degrees, saturation: 0.82, 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 #355FEB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 95 235 -
CMYK 0.77 0.60 0 0.08
HSL 226.15º 0.82% 0.56% -
HSV(B) 226.15º 0.77% 0.92% -
XYZ 20.56 14.94 80.4 -
YUV 98.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 53 95 235 0.77 0.60 0 0.08 226.15 0.82 0.56
Hex 35 5F EB 4D 3C 0 8 E2 52 38
Octal 65 137 353 115 74 0 10 342 122 70
Binary 110101 1011111 11101011 1001101 111100 0 1000 11100010 1010010 111000

Color Harmonies of #355FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FEB

Black with #355FEB

Text Example


Text Example

White with #355FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,235); }

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

background-color css

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

 a { background-color: rgb(53,95,235); }

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

border-color css

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

 span { border-color: rgb(53,95,235); }

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