Html Css Color HEX #344FE8 Royal Blue

📋 copy color: '#344FE8'

red 52 ◦ green 79 ◦ blue 232

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

Shades of Royal Blue #344FE8

Tints of Royal Blue #344FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 63.91%

R = 14.33%
G = 21.76%
B = 63.91%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#344FE8 (or 0x344FE8) is known color: Royal Blue. HEX triplet: 34, 4F and E8. RGB value is (52,79,232). Sum of RGB (Red+Green+Blue) = 52+79+232=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #344FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FE8 is #CBB017. Grayscale: #575757. Windows color (decimal): -13348888 or 15224628. OLE color: 15224628.

HSL color Cylindrical-coordinate representation of color #344FE8: hue angle of 231º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344FE8 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 79 232 -
CMYK 0.78 0.66 0 0.09
HSL 231º 0.8% 0.56% -
HSV(B) 231º 0.78% 0.91% -
XYZ 18.78 12.15 77.7 -
YUV 88.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 52 79 232 0.78 0.66 0 0.09 231 0.8 0.56
Hex 34 4F E8 4E 42 0 9 E7 50 38
Octal 64 117 350 116 102 0 11 347 120 70
Binary 110100 1001111 11101000 1001110 1000010 0 1001 11100111 1010000 111000

Color Harmonies of #344FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344FE8

Black with #344FE8

Text Example


Text Example

White with #344FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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