Html Css Color HEX #346BF2 Royal Blue

📋 copy color: '#346BF2'

red 52 ◦ green 107 ◦ blue 242

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

Shades of Royal Blue #346BF2

Tints of Royal Blue #346BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 242 (94.92% from 255) = 60.35%

R = 12.97%
G = 26.68%
B = 60.35%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#346BF2 (or 0x346BF2) is known color: Royal Blue. HEX triplet: 34, 6B and F2. RGB value is (52,107,242). Sum of RGB (Red+Green+Blue) = 52+107+242=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #346BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BF2 is #CB940D. Grayscale: #696969. Windows color (decimal): -13341710 or 15887156. OLE color: 15887156.

HSL color Cylindrical-coordinate representation of color #346BF2: hue angle of 222.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346BF2 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 107 242 -
CMYK 0.79 0.56 0 0.05
HSL 222.63º 0.88% 0.58% -
HSV(B) 222.63º 0.79% 0.95% -
XYZ 22.7 17.66 86.22 -
YUV 105.95 204.78 89.52 -
System Red Green Blue C M Y K H S L
Decimal 52 107 242 0.79 0.56 0 0.05 222.63 0.88 0.58
Hex 34 6B F2 4F 38 0 5 DF 58 3A
Octal 64 153 362 117 70 0 5 337 130 72
Binary 110100 1101011 11110010 1001111 111000 0 101 11011111 1011000 111010

Color Harmonies of #346BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BF2

Black with #346BF2

Text Example


Text Example

White with #346BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346BF2; }

 p { color: rgb(52,107,242); }

 H1.HeaderClassName
 {
   color: #346BF2;
 }
 .AnyTagClassName
 {
   color: #346BF2;
 }
</style>

background-color css

<style>
 a { background-color: #346BF2; }

 a { background-color: rgb(52,107,242); }

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

border-color css

<style>
 span { border-color: #346BF2; }

 span { border-color: rgb(52,107,242); }

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