Html Css Color HEX #345CFB Royal Blue

📋 copy color: '#345CFB'

red 52 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #345CFB

Tints of Royal Blue #345CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 13.16%
G = 23.29%
B = 63.54%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#345CFB (or 0x345CFB) is known color: Royal Blue. HEX triplet: 34, 5C and FB. RGB value is (52,92,251). Sum of RGB (Red+Green+Blue) = 52+92+251=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #345CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CFB is #CBA304. Grayscale: #616161. Windows color (decimal): -13345541 or 16473140. OLE color: 16473140.

HSL color Cylindrical-coordinate representation of color #345CFB: hue angle of 227.94º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345CFB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 92 251 -
CMYK 0.79 0.63 0 0.02
HSL 227.94º 0.96% 0.59% -
HSV(B) 227.94º 0.79% 0.98% -
XYZ 22.66 15.35 93.04 -
YUV 98.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 52 92 251 0.79 0.63 0 0.02 227.94 0.96 0.59
Hex 34 5C FB 4F 3F 0 2 E4 60 3B
Octal 64 134 373 117 77 0 2 344 140 73
Binary 110100 1011100 11111011 1001111 111111 0 10 11100100 1100000 111011

Color Harmonies of #345CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CFB

Black with #345CFB

Text Example


Text Example

White with #345CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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