Html Css Color HEX #345CE2 Royal Blue

📋 copy color: '#345CE2'

red 52 ◦ green 92 ◦ blue 226

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

Shades of Royal Blue #345CE2

Tints of Royal Blue #345CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 61.08%

R = 14.05%
G = 24.86%
B = 61.08%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#345CE2 (or 0x345CE2) is known color: Royal Blue. HEX triplet: 34, 5C and E2. RGB value is (52,92,226). Sum of RGB (Red+Green+Blue) = 52+92+226=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 226 (88.67% from 255 or 61.08% from 370); Max value from RGB is 226 - color contains mainly: blue. Hex color #345CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CE2 is #CBA31D. Grayscale: #5E5E5E. Windows color (decimal): -13345566 or 14834740. OLE color: 14834740.

HSL color Cylindrical-coordinate representation of color #345CE2: hue angle of 226.21º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345CE2 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 92 226 -
CMYK 0.77 0.59 0 0.11
HSL 226.21º 0.75% 0.55% -
HSV(B) 226.21º 0.77% 0.89% -
XYZ 18.97 13.88 73.63 -
YUV 95.32 201.75 97.1 -
System Red Green Blue C M Y K H S L
Decimal 52 92 226 0.77 0.59 0 0.11 226.21 0.75 0.55
Hex 34 5C E2 4D 3B 0 B E2 4B 37
Octal 64 134 342 115 73 0 13 342 113 67
Binary 110100 1011100 11100010 1001101 111011 0 1011 11100010 1001011 110111

Color Harmonies of #345CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CE2

Black with #345CE2

Text Example


Text Example

White with #345CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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