Html Css Color HEX #345AF4 Royal Blue

📋 copy color: '#345AF4'

red 52 ◦ green 90 ◦ blue 244

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

Shades of Royal Blue #345AF4

Tints of Royal Blue #345AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.21%

R = 13.47%
G = 23.32%
B = 63.21%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#345AF4 (or 0x345AF4) is known color: Royal Blue. HEX triplet: 34, 5A and F4. RGB value is (52,90,244). Sum of RGB (Red+Green+Blue) = 52+90+244=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #345AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AF4 is #CBA50B. Grayscale: #5F5F5F. Windows color (decimal): -13346060 or 16013876. OLE color: 16013876.

HSL color Cylindrical-coordinate representation of color #345AF4: hue angle of 228.12º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345AF4 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 90 244 -
CMYK 0.79 0.63 0 0.04
HSL 228.13º 0.9% 0.58% -
HSV(B) 228.13º 0.79% 0.96% -
XYZ 21.4 14.57 87.27 -
YUV 96.19 211.41 96.48 -
System Red Green Blue C M Y K H S L
Decimal 52 90 244 0.79 0.63 0 0.04 228.13 0.9 0.58
Hex 34 5A F4 4F 3F 0 4 E4 5A 3A
Octal 64 132 364 117 77 0 4 344 132 72
Binary 110100 1011010 11110100 1001111 111111 0 100 11100100 1011010 111010

Color Harmonies of #345AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AF4

Black with #345AF4

Text Example


Text Example

White with #345AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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