Html Css Color HEX #345CFC Royal Blue

📋 copy color: '#345CFC'

red 52 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #345CFC

Tints of Royal Blue #345CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 13.13%
G = 23.23%
B = 63.64%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#345CFC (or 0x345CFC) is known color: Royal Blue. HEX triplet: 34, 5C and FC. RGB value is (52,92,252). Sum of RGB (Red+Green+Blue) = 52+92+252=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #345CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CFC is #CBA303. Grayscale: #616161. Windows color (decimal): -13345540 or 16538676. OLE color: 16538676.

HSL color Cylindrical-coordinate representation of color #345CFC: hue angle of 228º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345CFC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 92 252 -
CMYK 0.79 0.63 0 0.01
HSL 228º 0.97% 0.6% -
HSV(B) 228º 0.79% 0.99% -
XYZ 22.81 15.41 93.87 -
YUV 98.28 214.75 94.99 -
System Red Green Blue C M Y K H S L
Decimal 52 92 252 0.79 0.63 0 0.01 228 0.97 0.6
Hex 34 5C FC 4F 3F 0 1 E4 61 3C
Octal 64 134 374 117 77 0 1 344 141 74
Binary 110100 1011100 11111100 1001111 111111 0 1 11100100 1100001 111100

Color Harmonies of #345CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CFC

Black with #345CFC

Text Example


Text Example

White with #345CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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