Html Css Color HEX #347BEA Royal Blue

📋 copy color: '#347BEA'

red 52 ◦ green 123 ◦ blue 234

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

Shades of Royal Blue #347BEA

Tints of Royal Blue #347BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 12.71%
G = 30.07%
B = 57.21%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#347BEA (or 0x347BEA) is known color: Royal Blue. HEX triplet: 34, 7B and EA. RGB value is (52,123,234). Sum of RGB (Red+Green+Blue) = 52+123+234=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #347BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347BEA is #CB8415. Grayscale: #717171. Windows color (decimal): -13337622 or 15366964. OLE color: 15366964.

HSL color Cylindrical-coordinate representation of color #347BEA: hue angle of 216.59º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #347BEA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 123 234 -
CMYK 0.78 0.47 0 0.08
HSL 216.59º 0.81% 0.56% -
HSV(B) 216.59º 0.78% 0.92% -
XYZ 23.35 20.84 80.63 -
YUV 114.43 195.48 83.47 -
System Red Green Blue C M Y K H S L
Decimal 52 123 234 0.78 0.47 0 0.08 216.59 0.81 0.56
Hex 34 7B EA 4E 2F 0 8 D9 51 38
Octal 64 173 352 116 57 0 10 331 121 70
Binary 110100 1111011 11101010 1001110 101111 0 1000 11011001 1010001 111000

Color Harmonies of #347BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BEA

Black with #347BEA

Text Example


Text Example

White with #347BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347BEA; }

 p { color: rgb(52,123,234); }

 H1.HeaderClassName
 {
   color: #347BEA;
 }
 .AnyTagClassName
 {
   color: #347BEA;
 }
</style>

background-color css

<style>
 a { background-color: #347BEA; }

 a { background-color: rgb(52,123,234); }

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

border-color css

<style>
 span { border-color: #347BEA; }

 span { border-color: rgb(52,123,234); }

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