Html Css Color HEX #345CE7 Royal Blue

📋 copy color: '#345CE7'

red 52 ◦ green 92 ◦ blue 231

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

Shades of Royal Blue #345CE7

Tints of Royal Blue #345CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

 BLUE value IS 231 (90.63% from 255) = 61.6%

R = 13.87%
G = 24.53%
B = 61.6%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#345CE7 (or 0x345CE7) is known color: Royal Blue. HEX triplet: 34, 5C and E7. RGB value is (52,92,231). Sum of RGB (Red+Green+Blue) = 52+92+231=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #345CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CE7 is #CBA318. Grayscale: #5F5F5F. Windows color (decimal): -13345561 or 15162420. OLE color: 15162420.

HSL color Cylindrical-coordinate representation of color #345CE7: hue angle of 226.59º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345CE7 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 92 231 -
CMYK 0.77 0.60 0 0.09
HSL 226.59º 0.79% 0.55% -
HSV(B) 226.59º 0.77% 0.91% -
XYZ 19.67 14.15 77.3 -
YUV 95.89 204.25 96.7 -
System Red Green Blue C M Y K H S L
Decimal 52 92 231 0.77 0.60 0 0.09 226.59 0.79 0.55
Hex 34 5C E7 4D 3C 0 9 E3 4F 37
Octal 64 134 347 115 74 0 11 343 117 67
Binary 110100 1011100 11100111 1001101 111100 0 1001 11100011 1001111 110111

Color Harmonies of #345CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CE7

Black with #345CE7

Text Example


Text Example

White with #345CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,231); }

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

background-color css

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

 a { background-color: rgb(52,92,231); }

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

border-color css

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

 span { border-color: rgb(52,92,231); }

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