Html Css Color HEX #355CDA Royal Blue

📋 copy color: '#355CDA'

red 53 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #355CDA

Tints of Royal Blue #355CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 14.6%
G = 25.34%
B = 60.06%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#355CDA (or 0x355CDA) is known color: Royal Blue. HEX triplet: 35, 5C and DA. RGB value is (53,92,218). Sum of RGB (Red+Green+Blue) = 53+92+218=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #355CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CDA is #CAA325. Grayscale: #5E5E5E. Windows color (decimal): -13280038 or 14310453. OLE color: 14310453.

HSL color Cylindrical-coordinate representation of color #355CDA: hue angle of 225.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355CDA is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 92 218 -
CMYK 0.76 0.58 0 0.15
HSL 225.82º 0.69% 0.53% -
HSV(B) 225.82º 0.76% 0.85% -
XYZ 17.95 13.47 67.98 -
YUV 94.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 53 92 218 0.76 0.58 0 0.15 225.82 0.69 0.53
Hex 35 5C DA 4C 3A 0 F E2 45 35
Octal 65 134 332 114 72 0 17 342 105 65
Binary 110101 1011100 11011010 1001100 111010 0 1111 11100010 1000101 110101

Color Harmonies of #355CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CDA

Black with #355CDA

Text Example


Text Example

White with #355CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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