Html Css Color HEX #345CDD Royal Blue

📋 copy color: '#345CDD'

red 52 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #345CDD

Tints of Royal Blue #345CDD

RGB

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

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

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

R = 14.25%
G = 25.21%
B = 60.55%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#345CDD (or 0x345CDD) is known color: Royal Blue. HEX triplet: 34, 5C and DD. RGB value is (52,92,221). Sum of RGB (Red+Green+Blue) = 52+92+221=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #345CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CDD is #CBA322. Grayscale: #5E5E5E. Windows color (decimal): -13345571 or 14507060. OLE color: 14507060.

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

Color convert

RGB 52 92 221 -
CMYK 0.76 0.58 0 0.13
HSL 225.8º 0.71% 0.54% -
HSV(B) 225.8º 0.76% 0.87% -
XYZ 18.29 13.6 70.07 -
YUV 94.75 199.25 97.51 -
System Red Green Blue C M Y K H S L
Decimal 52 92 221 0.76 0.58 0 0.13 225.8 0.71 0.54
Hex 34 5C DD 4C 3A 0 D E2 47 36
Octal 64 134 335 114 72 0 15 342 107 66
Binary 110100 1011100 11011101 1001100 111010 0 1101 11100010 1000111 110110

Color Harmonies of #345CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CDD

Black with #345CDD

Text Example


Text Example

White with #345CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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