Html Css Color HEX #345AEB Royal Blue

📋 copy color: '#345AEB'

red 52 ◦ green 90 ◦ blue 235

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

Shades of Royal Blue #345AEB

Tints of Royal Blue #345AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 13.79%
G = 23.87%
B = 62.33%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#345AEB (or 0x345AEB) is known color: Royal Blue. HEX triplet: 34, 5A and EB. RGB value is (52,90,235). Sum of RGB (Red+Green+Blue) = 52+90+235=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #345AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AEB is #CBA514. Grayscale: #5E5E5E. Windows color (decimal): -13346069 or 15424052. OLE color: 15424052.

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

Color convert

RGB 52 90 235 -
CMYK 0.78 0.62 0 0.08
HSL 227.54º 0.82% 0.56% -
HSV(B) 227.54º 0.78% 0.92% -
XYZ 20.07 14.04 80.25 -
YUV 95.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 52 90 235 0.78 0.62 0 0.08 227.54 0.82 0.56
Hex 34 5A EB 4E 3E 0 8 E4 52 38
Octal 64 132 353 116 76 0 10 344 122 70
Binary 110100 1011010 11101011 1001110 111110 0 1000 11100100 1010010 111000

Color Harmonies of #345AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AEB

Black with #345AEB

Text Example


Text Example

White with #345AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,235); }

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

background-color css

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

 a { background-color: rgb(52,90,235); }

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

border-color css

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

 span { border-color: rgb(52,90,235); }

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