Html Css Color HEX #346CF2 Royal Blue

📋 copy color: '#346CF2'

red 52 ◦ green 108 ◦ blue 242

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

Shades of Royal Blue #346CF2

Tints of Royal Blue #346CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 12.94%
G = 26.87%
B = 60.2%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#346CF2 (or 0x346CF2) is known color: Royal Blue. HEX triplet: 34, 6C and F2. RGB value is (52,108,242). Sum of RGB (Red+Green+Blue) = 52+108+242=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #346CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CF2 is #CB930D. Grayscale: #696969. Windows color (decimal): -13341454 or 15887412. OLE color: 15887412.

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

Color convert

RGB 52 108 242 -
CMYK 0.79 0.55 0 0.05
HSL 222.32º 0.88% 0.58% -
HSV(B) 222.32º 0.79% 0.95% -
XYZ 22.81 17.87 86.25 -
YUV 106.53 204.45 89.1 -
System Red Green Blue C M Y K H S L
Decimal 52 108 242 0.79 0.55 0 0.05 222.32 0.88 0.58
Hex 34 6C F2 4F 37 0 5 DE 58 3A
Octal 64 154 362 117 67 0 5 336 130 72
Binary 110100 1101100 11110010 1001111 110111 0 101 11011110 1011000 111010

Color Harmonies of #346CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CF2

Black with #346CF2

Text Example


Text Example

White with #346CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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