Html Css Color HEX #344FED Royal Blue

📋 copy color: '#344FED'

red 52 ◦ green 79 ◦ blue 237

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

Shades of Royal Blue #344FED

Tints of Royal Blue #344FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 14.13%
G = 21.47%
B = 64.4%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#344FED (or 0x344FED) is known color: Royal Blue. HEX triplet: 34, 4F and ED. RGB value is (52,79,237). Sum of RGB (Red+Green+Blue) = 52+79+237=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #344FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FED is #CBB012. Grayscale: #585858. Windows color (decimal): -13348883 or 15552308. OLE color: 15552308.

HSL color Cylindrical-coordinate representation of color #344FED: hue angle of 231.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344FED is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 79 237 -
CMYK 0.78 0.67 0 0.07
HSL 231.24º 0.84% 0.57% -
HSV(B) 231.24º 0.78% 0.93% -
XYZ 19.5 12.44 81.49 -
YUV 88.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 52 79 237 0.78 0.67 0 0.07 231.24 0.84 0.57
Hex 34 4F ED 4E 43 0 7 E7 54 39
Octal 64 117 355 116 103 0 7 347 124 71
Binary 110100 1001111 11101101 1001110 1000011 0 111 11100111 1010100 111001

Color Harmonies of #344FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344FED

Black with #344FED

Text Example


Text Example

White with #344FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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