Html Css Color HEX #345FDA Royal Blue

📋 copy color: '#345FDA'

red 52 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #345FDA

Tints of Royal Blue #345FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 14.25%
G = 26.03%
B = 59.73%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#345FDA (or 0x345FDA) is known color: Royal Blue. HEX triplet: 34, 5F and DA. RGB value is (52,95,218). Sum of RGB (Red+Green+Blue) = 52+95+218=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #345FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FDA is #CBA025. Grayscale: #5F5F5F. Windows color (decimal): -13344806 or 14311220. OLE color: 14311220.

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

Color convert

RGB 52 95 218 -
CMYK 0.76 0.56 0 0.15
HSL 224.46º 0.69% 0.53% -
HSV(B) 224.46º 0.76% 0.85% -
XYZ 18.16 13.98 68.07 -
YUV 96.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 52 95 218 0.76 0.56 0 0.15 224.46 0.69 0.53
Hex 34 5F DA 4C 38 0 F E0 45 35
Octal 64 137 332 114 70 0 17 340 105 65
Binary 110100 1011111 11011010 1001100 111000 0 1111 11100000 1000101 110101

Color Harmonies of #345FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FDA

Black with #345FDA

Text Example


Text Example

White with #345FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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