Html Css Color HEX #3555DB Royal Blue

📋 copy color: '#3555DB'

red 53 ◦ green 85 ◦ blue 219

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

Shades of Royal Blue #3555DB

Tints of Royal Blue #3555DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 14.85%
G = 23.81%
B = 61.34%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3555DB (or 0x3555DB) is known color: Royal Blue. HEX triplet: 35, 55 and DB. RGB value is (53,85,219). Sum of RGB (Red+Green+Blue) = 53+85+219=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #3555DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3555DB is #CAAA24. Grayscale: #5A5A5A. Windows color (decimal): -13281829 or 14374197. OLE color: 14374197.

HSL color Cylindrical-coordinate representation of color #3555DB: hue angle of 228.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3555DB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 85 219 -
CMYK 0.76 0.61 0 0.14
HSL 228.43º 0.7% 0.53% -
HSV(B) 228.43º 0.76% 0.86% -
XYZ 17.5 12.37 68.48 -
YUV 90.71 200.4 101.1 -
System Red Green Blue C M Y K H S L
Decimal 53 85 219 0.76 0.61 0 0.14 228.43 0.7 0.53
Hex 35 55 DB 4C 3D 0 E E4 46 35
Octal 65 125 333 114 75 0 16 344 106 65
Binary 110101 1010101 11011011 1001100 111101 0 1110 11100100 1000110 110101

Color Harmonies of #3555DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3555DB

Black with #3555DB

Text Example


Text Example

White with #3555DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3555DB; }

 p { color: rgb(53,85,219); }

 H1.HeaderClassName
 {
   color: #3555DB;
 }
 .AnyTagClassName
 {
   color: #3555DB;
 }
</style>

background-color css

<style>
 a { background-color: #3555DB; }

 a { background-color: rgb(53,85,219); }

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

border-color css

<style>
 span { border-color: #3555DB; }

 span { border-color: rgb(53,85,219); }

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