Html Css Color HEX #3455DB Royal Blue

📋 copy color: '#3455DB'

red 52 ◦ green 85 ◦ blue 219

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

Shades of Royal Blue #3455DB

Tints of Royal Blue #3455DB

RGB

 RED value IS 52 (20.7% from 255) = 14.61%

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

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

R = 14.61%
G = 23.88%
B = 61.52%

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

#3455DB (or 0x3455DB) is known color: Royal Blue. HEX triplet: 34, 55 and DB. RGB value is (52,85,219). Sum of RGB (Red+Green+Blue) = 52+85+219=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #3455DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3455DB is #CBAA24. Grayscale: #595959. Windows color (decimal): -13347365 or 14374196. OLE color: 14374196.

HSL color Cylindrical-coordinate representation of color #3455DB: hue angle of 228.14º 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 #3455DB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 85 219 -
CMYK 0.76 0.61 0 0.14
HSL 228.14º 0.7% 0.53% -
HSV(B) 228.14º 0.76% 0.86% -
XYZ 17.45 12.34 68.48 -
YUV 90.41 200.57 100.6 -
System Red Green Blue C M Y K H S L
Decimal 52 85 219 0.76 0.61 0 0.14 228.14 0.7 0.53
Hex 34 55 DB 4C 3D 0 E E4 46 35
Octal 64 125 333 114 75 0 16 344 106 65
Binary 110100 1010101 11011011 1001100 111101 0 1110 11100100 1000110 110101

Color Harmonies of #3455DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3455DB

Black with #3455DB

Text Example


Text Example

White with #3455DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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