Html Css Color HEX #345CDB Royal Blue

📋 copy color: '#345CDB'

red 52 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #345CDB

Tints of Royal Blue #345CDB

RGB

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

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

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

R = 14.33%
G = 25.34%
B = 60.33%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#345CDB (or 0x345CDB) is known color: Royal Blue. HEX triplet: 34, 5C and DB. RGB value is (52,92,219). Sum of RGB (Red+Green+Blue) = 52+92+219=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #345CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CDB is #CBA324. Grayscale: #5D5D5D. Windows color (decimal): -13345573 or 14375988. OLE color: 14375988.

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

Color convert

RGB 52 92 219 -
CMYK 0.76 0.58 0 0.14
HSL 225.63º 0.7% 0.53% -
HSV(B) 225.63º 0.76% 0.86% -
XYZ 18.03 13.5 68.67 -
YUV 94.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 52 92 219 0.76 0.58 0 0.14 225.63 0.7 0.53
Hex 34 5C DB 4C 3A 0 E E2 46 35
Octal 64 134 333 114 72 0 16 342 106 65
Binary 110100 1011100 11011011 1001100 111010 0 1110 11100010 1000110 110101

Color Harmonies of #345CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CDB

Black with #345CDB

Text Example


Text Example

White with #345CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345CDB; }

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

 H1.HeaderClassName
 {
   color: #345CDB;
 }
 .AnyTagClassName
 {
   color: #345CDB;
 }
</style>

background-color css

<style>
 a { background-color: #345CDB; }

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

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

border-color css

<style>
 span { border-color: #345CDB; }

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

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