Html Css Color HEX #345FEC Royal Blue

📋 copy color: '#345FEC'

red 52 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #345FEC

Tints of Royal Blue #345FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

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

R = 13.58%
G = 24.8%
B = 61.62%

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

#345FEC (or 0x345FEC) is known color: Royal Blue. HEX triplet: 34, 5F and EC. RGB value is (52,95,236). Sum of RGB (Red+Green+Blue) = 52+95+236=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #345FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FEC is #CBA013. Grayscale: #616161. Windows color (decimal): -13344788 or 15490868. OLE color: 15490868.

HSL color Cylindrical-coordinate representation of color #345FEC: hue angle of 225.98º 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 #345FEC is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 95 236 -
CMYK 0.78 0.60 0 0.07
HSL 225.98º 0.83% 0.56% -
HSV(B) 225.98º 0.78% 0.93% -
XYZ 20.65 14.97 81.16 -
YUV 98.22 205.75 95.04 -
System Red Green Blue C M Y K H S L
Decimal 52 95 236 0.78 0.60 0 0.07 225.98 0.83 0.56
Hex 34 5F EC 4E 3C 0 7 E2 53 38
Octal 64 137 354 116 74 0 7 342 123 70
Binary 110100 1011111 11101100 1001110 111100 0 111 11100010 1010011 111000

Color Harmonies of #345FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FEC

Black with #345FEC

Text Example


Text Example

White with #345FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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