Html Css Color HEX #345CEB Royal Blue

📋 copy color: '#345CEB'

red 52 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #345CEB

Tints of Royal Blue #345CEB

RGB

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

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

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

R = 13.72%
G = 24.27%
B = 62.01%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#345CEB (or 0x345CEB) is known color: Royal Blue. HEX triplet: 34, 5C and EB. RGB value is (52,92,235). Sum of RGB (Red+Green+Blue) = 52+92+235=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #345CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CEB is #CBA314. Grayscale: #5F5F5F. Windows color (decimal): -13345557 or 15424564. OLE color: 15424564.

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

Color convert

RGB 52 92 235 -
CMYK 0.78 0.61 0 0.08
HSL 226.89º 0.82% 0.56% -
HSV(B) 226.89º 0.78% 0.92% -
XYZ 20.24 14.38 80.31 -
YUV 96.34 206.25 96.37 -
System Red Green Blue C M Y K H S L
Decimal 52 92 235 0.78 0.61 0 0.08 226.89 0.82 0.56
Hex 34 5C EB 4E 3D 0 8 E3 52 38
Octal 64 134 353 116 75 0 10 343 122 70
Binary 110100 1011100 11101011 1001110 111101 0 1000 11100011 1010010 111000

Color Harmonies of #345CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CEB

Black with #345CEB

Text Example


Text Example

White with #345CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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