Html Css Color HEX #345EEC Royal Blue

📋 copy color: '#345EEC'

red 52 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #345EEC

Tints of Royal Blue #345EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.78%

R = 13.61%
G = 24.61%
B = 61.78%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#345EEC (or 0x345EEC) is known color: Royal Blue. HEX triplet: 34, 5E and EC. RGB value is (52,94,236). Sum of RGB (Red+Green+Blue) = 52+94+236=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #345EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EEC is #CBA113. Grayscale: #616161. Windows color (decimal): -13345044 or 15490612. OLE color: 15490612.

HSL color Cylindrical-coordinate representation of color #345EEC: hue angle of 226.3º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345EEC is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 94 236 -
CMYK 0.78 0.60 0 0.07
HSL 226.3º 0.83% 0.56% -
HSV(B) 226.3º 0.78% 0.93% -
XYZ 20.56 14.79 81.13 -
YUV 97.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 52 94 236 0.78 0.60 0 0.07 226.3 0.83 0.56
Hex 34 5E EC 4E 3C 0 7 E2 53 38
Octal 64 136 354 116 74 0 7 342 123 70
Binary 110100 1011110 11101100 1001110 111100 0 111 11100010 1010011 111000

Color Harmonies of #345EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EEC

Black with #345EEC

Text Example


Text Example

White with #345EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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