Html Css Color HEX #345EEA Royal Blue

📋 copy color: '#345EEA'

red 52 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #345EEA

Tints of Royal Blue #345EEA

RGB

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

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

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

R = 13.68%
G = 24.74%
B = 61.58%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#345EEA (or 0x345EEA) is known color: Royal Blue. HEX triplet: 34, 5E and EA. RGB value is (52,94,234). Sum of RGB (Red+Green+Blue) = 52+94+234=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #345EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EEA is #CBA115. Grayscale: #606060. Windows color (decimal): -13345046 or 15359540. OLE color: 15359540.

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

Color convert

RGB 52 94 234 -
CMYK 0.78 0.60 0 0.08
HSL 226.15º 0.81% 0.56% -
HSV(B) 226.15º 0.78% 0.92% -
XYZ 20.27 14.68 79.61 -
YUV 97.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 52 94 234 0.78 0.60 0 0.08 226.15 0.81 0.56
Hex 34 5E EA 4E 3C 0 8 E2 51 38
Octal 64 136 352 116 74 0 10 342 121 70
Binary 110100 1011110 11101010 1001110 111100 0 1000 11100010 1010001 111000

Color Harmonies of #345EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EEA

Black with #345EEA

Text Example


Text Example

White with #345EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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