Html Css Color HEX #345EEB Royal Blue

📋 copy color: '#345EEB'

red 52 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #345EEB

Tints of Royal Blue #345EEB

RGB

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

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

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

R = 13.65%
G = 24.67%
B = 61.68%

CMYK

 C value IS 0.78

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#345EEB (or 0x345EEB) is known color: Royal Blue. HEX triplet: 34, 5E and EB. RGB value is (52,94,235). Sum of RGB (Red+Green+Blue) = 52+94+235=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #345EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EEB is #CBA114. Grayscale: #606060. Windows color (decimal): -13345045 or 15425076. OLE color: 15425076.

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

Color convert

RGB 52 94 235 -
CMYK 0.78 0.6 0 0.08
HSL 226.23º 0.82% 0.56% -
HSV(B) 226.23º 0.78% 0.92% -
XYZ 20.41 14.73 80.37 -
YUV 97.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 52 94 235 0.78 0.6 0 0.08 226.23 0.82 0.56
Hex 34 5E EB 4E 3C 0 8 E2 52 38
Octal 64 136 353 116 74 0 10 342 122 70
Binary 110100 1011110 11101011 1001110 111100 0 1000 11100010 1010010 111000

Color Harmonies of #345EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EEB

Black with #345EEB

Text Example


Text Example

White with #345EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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