Html Css Color HEX #355FDD Royal Blue

📋 copy color: '#355FDD'

red 53 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #355FDD

Tints of Royal Blue #355FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 14.36%
G = 25.75%
B = 59.89%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#355FDD (or 0x355FDD) is known color: Royal Blue. HEX triplet: 35, 5F and DD. RGB value is (53,95,221). Sum of RGB (Red+Green+Blue) = 53+95+221=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #355FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FDD is #CAA022. Grayscale: #606060. Windows color (decimal): -13279267 or 14507829. OLE color: 14507829.

HSL color Cylindrical-coordinate representation of color #355FDD: hue angle of 225º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355FDD is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 95 221 -
CMYK 0.76 0.57 0 0.13
HSL 225º 0.71% 0.54% -
HSV(B) 225º 0.76% 0.87% -
XYZ 18.61 14.16 70.16 -
YUV 96.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 53 95 221 0.76 0.57 0 0.13 225 0.71 0.54
Hex 35 5F DD 4C 39 0 D E1 47 36
Octal 65 137 335 114 71 0 15 341 107 66
Binary 110101 1011111 11011101 1001100 111001 0 1101 11100001 1000111 110110

Color Harmonies of #355FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FDD

Black with #355FDD

Text Example


Text Example

White with #355FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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