Html Css Color HEX #346FF2 Royal Blue

📋 copy color: '#346FF2'

red 52 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #346FF2

Tints of Royal Blue #346FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 12.84%
G = 27.41%
B = 59.75%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#346FF2 (or 0x346FF2) is known color: Royal Blue. HEX triplet: 34, 6F and F2. RGB value is (52,111,242). Sum of RGB (Red+Green+Blue) = 52+111+242=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #346FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FF2 is #CB900D. Grayscale: #6B6B6B. Windows color (decimal): -13340686 or 15888180. OLE color: 15888180.

HSL color Cylindrical-coordinate representation of color #346FF2: hue angle of 221.37º 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 #346FF2 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 111 242 -
CMYK 0.79 0.54 0 0.05
HSL 221.37º 0.88% 0.58% -
HSV(B) 221.37º 0.79% 0.95% -
XYZ 23.13 18.51 86.36 -
YUV 108.29 203.45 87.85 -
System Red Green Blue C M Y K H S L
Decimal 52 111 242 0.79 0.54 0 0.05 221.37 0.88 0.58
Hex 34 6F F2 4F 36 0 5 DD 58 3A
Octal 64 157 362 117 66 0 5 335 130 72
Binary 110100 1101111 11110010 1001111 110110 0 101 11011101 1011000 111010

Color Harmonies of #346FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FF2

Black with #346FF2

Text Example


Text Example

White with #346FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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