Html Css Color HEX #346FFD Royal Blue

📋 copy color: '#346FFD'

red 52 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #346FFD

Tints of Royal Blue #346FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 12.5%
G = 26.68%
B = 60.82%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#346FFD (or 0x346FFD) is known color: Royal Blue. HEX triplet: 34, 6F and FD. RGB value is (52,111,253). Sum of RGB (Red+Green+Blue) = 52+111+253=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #346FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FFD is #CB9002. Grayscale: #6C6C6C. Windows color (decimal): -13340675 or 16609076. OLE color: 16609076.

HSL color Cylindrical-coordinate representation of color #346FFD: hue angle of 222.39º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346FFD is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 111 253 -
CMYK 0.79 0.56 0 0.01
HSL 222.39º 0.98% 0.6% -
HSV(B) 222.39º 0.79% 0.99% -
XYZ 24.83 19.19 95.32 -
YUV 109.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 52 111 253 0.79 0.56 0 0.01 222.39 0.98 0.6
Hex 34 6F FD 4F 38 0 1 DE 62 3C
Octal 64 157 375 117 70 0 1 336 142 74
Binary 110100 1101111 11111101 1001111 111000 0 1 11011110 1100010 111100

Color Harmonies of #346FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FFD

Black with #346FFD

Text Example


Text Example

White with #346FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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