Html Css Color HEX #345CF0 Royal Blue

📋 copy color: '#345CF0'

red 52 ◦ green 92 ◦ blue 240

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

Shades of Royal Blue #345CF0

Tints of Royal Blue #345CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 13.54%
G = 23.96%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#345CF0 (or 0x345CF0) is known color: Royal Blue. HEX triplet: 34, 5C and F0. RGB value is (52,92,240). Sum of RGB (Red+Green+Blue) = 52+92+240=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #345CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CF0 is #CBA30F. Grayscale: #606060. Windows color (decimal): -13345552 or 15752244. OLE color: 15752244.

HSL color Cylindrical-coordinate representation of color #345CF0: hue angle of 227.23º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345CF0 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 92 240 -
CMYK 0.78 0.62 0 0.06
HSL 227.23º 0.86% 0.57% -
HSV(B) 227.23º 0.78% 0.94% -
XYZ 20.97 14.68 84.17 -
YUV 96.91 208.75 95.97 -
System Red Green Blue C M Y K H S L
Decimal 52 92 240 0.78 0.62 0 0.06 227.23 0.86 0.57
Hex 34 5C F0 4E 3E 0 6 E3 56 39
Octal 64 134 360 116 76 0 6 343 126 71
Binary 110100 1011100 11110000 1001110 111110 0 110 11100011 1010110 111001

Color Harmonies of #345CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CF0

Black with #345CF0

Text Example


Text Example

White with #345CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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