Html Css Color HEX #345FEA Royal Blue

📋 copy color: '#345FEA'

red 52 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #345FEA

Tints of Royal Blue #345FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 13.65%
G = 24.93%
B = 61.42%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#345FEA (or 0x345FEA) is known color: Royal Blue. HEX triplet: 34, 5F and EA. RGB value is (52,95,234). Sum of RGB (Red+Green+Blue) = 52+95+234=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #345FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FEA is #CBA015. Grayscale: #616161. Windows color (decimal): -13344790 or 15359796. OLE color: 15359796.

HSL color Cylindrical-coordinate representation of color #345FEA: hue angle of 225.82º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345FEA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 95 234 -
CMYK 0.78 0.59 0 0.08
HSL 225.82º 0.81% 0.56% -
HSV(B) 225.82º 0.78% 0.92% -
XYZ 20.36 14.86 79.64 -
YUV 97.99 204.75 95.2 -
System Red Green Blue C M Y K H S L
Decimal 52 95 234 0.78 0.59 0 0.08 225.82 0.81 0.56
Hex 34 5F EA 4E 3B 0 8 E2 51 38
Octal 64 137 352 116 73 0 10 342 121 70
Binary 110100 1011111 11101010 1001110 111011 0 1000 11100010 1010001 111000

Color Harmonies of #345FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FEA

Black with #345FEA

Text Example


Text Example

White with #345FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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