#344CE9

Color #344CE9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #344CE9

Tints of Royal Blue #344CE9

Color information

#344CE9 (or 0x344CE9) is unknown color: approx Royal Blue. HEX triplet: 34, 4C and E9. RGB value is (52,76,233). Sum of RGB (Red+Green+Blue) = 52+76+233=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #344CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CE9 is #CBB316. Grayscale: #565656. Windows color (decimal): -13349655 or 15289396. OLE color: 15289396.

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

Color convert

RGB5276233-
CMYK0.780.6700.09
HSL232.04º80.44%55.88%-
HSV(B)232.04º77.68%91.37%-
XYZ18.7111.7878.38-
YUV86.72210.55103.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 233 (91.41% from 255) = 64.54%
R=14.40%
G=21.05%
B=64.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52762330.780.6700.09232.0480.4455.88
Hex344CE94E4309e85038
Octal6411435111610301135012070
Binary1101001001100111010011001110100001101001111010001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #344CE9;
 }
 .AnyTagClassName
 {
   color: #344CE9;
 }
</style>
background-color css

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

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

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

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

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

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