Html Css Color HEX #345CDA Royal Blue

📋 copy color: '#345CDA'

red 52 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #345CDA

Tints of Royal Blue #345CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 14.36%
G = 25.41%
B = 60.22%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#345CDA (or 0x345CDA) is known color: Royal Blue. HEX triplet: 34, 5C and DA. RGB value is (52,92,218). Sum of RGB (Red+Green+Blue) = 52+92+218=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #345CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CDA is #CBA325. Grayscale: #5D5D5D. Windows color (decimal): -13345574 or 14310452. OLE color: 14310452.

HSL color Cylindrical-coordinate representation of color #345CDA: hue angle of 225.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345CDA is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 92 218 -
CMYK 0.76 0.58 0 0.15
HSL 225.54º 0.69% 0.53% -
HSV(B) 225.54º 0.76% 0.85% -
XYZ 17.9 13.45 67.98 -
YUV 94.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 52 92 218 0.76 0.58 0 0.15 225.54 0.69 0.53
Hex 34 5C DA 4C 3A 0 F E2 45 35
Octal 64 134 332 114 72 0 17 342 105 65
Binary 110100 1011100 11011010 1001100 111010 0 1111 11100010 1000101 110101

Color Harmonies of #345CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CDA

Black with #345CDA

Text Example


Text Example

White with #345CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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