Html Css Color HEX #344FEA Royal Blue

📋 copy color: '#344FEA'

red 52 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #344FEA

Tints of Royal Blue #344FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

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

R = 14.25%
G = 21.64%
B = 64.11%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#344FEA (or 0x344FEA) is known color: Royal Blue. HEX triplet: 34, 4F and EA. RGB value is (52,79,234). Sum of RGB (Red+Green+Blue) = 52+79+234=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #344FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FEA is #CBB015. Grayscale: #575757. Windows color (decimal): -13348886 or 15355700. OLE color: 15355700.

HSL color Cylindrical-coordinate representation of color #344FEA: hue angle of 231.1º 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 #344FEA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 79 234 -
CMYK 0.78 0.66 0 0.08
HSL 231.1º 0.81% 0.56% -
HSV(B) 231.1º 0.78% 0.92% -
XYZ 19.06 12.26 79.2 -
YUV 88.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 52 79 234 0.78 0.66 0 0.08 231.1 0.81 0.56
Hex 34 4F EA 4E 42 0 8 E7 51 38
Octal 64 117 352 116 102 0 10 347 121 70
Binary 110100 1001111 11101010 1001110 1000010 0 1000 11100111 1010001 111000

Color Harmonies of #344FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344FEA

Black with #344FEA

Text Example


Text Example

White with #344FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344FEA; }

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

 H1.HeaderClassName
 {
   color: #344FEA;
 }
 .AnyTagClassName
 {
   color: #344FEA;
 }
</style>

background-color css

<style>
 a { background-color: #344FEA; }

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

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

border-color css

<style>
 span { border-color: #344FEA; }

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

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