Html Css Color HEX #344CEA Royal Blue

📋 copy color: '#344CEA'

red 52 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #344CEA

Tints of Royal Blue #344CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

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

R = 14.36%
G = 20.99%
B = 64.64%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#344CEA (or 0x344CEA) is known color: Royal Blue. HEX triplet: 34, 4C and EA. RGB value is (52,76,234). Sum of RGB (Red+Green+Blue) = 52+76+234=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #344CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CEA is #CBB315. Grayscale: #565656. Windows color (decimal): -13349654 or 15354932. OLE color: 15354932.

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

Color convert

RGB 52 76 234 -
CMYK 0.78 0.68 0 0.08
HSL 232.09º 0.81% 0.56% -
HSV(B) 232.09º 0.78% 0.92% -
XYZ 18.85 11.84 79.13 -
YUV 86.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 52 76 234 0.78 0.68 0 0.08 232.09 0.81 0.56
Hex 34 4C EA 4E 44 0 8 E8 51 38
Octal 64 114 352 116 104 0 10 350 121 70
Binary 110100 1001100 11101010 1001110 1000100 0 1000 11101000 1010001 111000

Color Harmonies of #344CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CEA

Black with #344CEA

Text Example


Text Example

White with #344CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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