Html Css Color HEX #345EFB Royal Blue

📋 copy color: '#345EFB'

red 52 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #345EFB

Tints of Royal Blue #345EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

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

R = 13.1%
G = 23.68%
B = 63.22%

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

#345EFB (or 0x345EFB) is known color: Royal Blue. HEX triplet: 34, 5E and FB. RGB value is (52,94,251). Sum of RGB (Red+Green+Blue) = 52+94+251=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #345EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EFB is #CBA104. Grayscale: #626262. Windows color (decimal): -13345029 or 16473652. OLE color: 16473652.

HSL color Cylindrical-coordinate representation of color #345EFB: hue angle of 227.34º 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 #345EFB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 94 251 -
CMYK 0.79 0.63 0 0.02
HSL 227.34º 0.96% 0.59% -
HSV(B) 227.34º 0.79% 0.98% -
XYZ 22.83 15.7 93.09 -
YUV 99.34 213.59 94.23 -
System Red Green Blue C M Y K H S L
Decimal 52 94 251 0.79 0.63 0 0.02 227.34 0.96 0.59
Hex 34 5E FB 4F 3F 0 2 E3 60 3B
Octal 64 136 373 117 77 0 2 343 140 73
Binary 110100 1011110 11111011 1001111 111111 0 10 11100011 1100000 111011

Color Harmonies of #345EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EFB

Black with #345EFB

Text Example


Text Example

White with #345EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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