Html Css Color HEX #3469E5 Royal Blue

📋 copy color: '#3469E5'

red 52 ◦ green 105 ◦ blue 229

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

Shades of Royal Blue #3469E5

Tints of Royal Blue #3469E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 229 (89.84% from 255) = 59.33%

R = 13.47%
G = 27.2%
B = 59.33%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3469E5 (or 0x3469E5) is known color: Royal Blue. HEX triplet: 34, 69 and E5. RGB value is (52,105,229). Sum of RGB (Red+Green+Blue) = 52+105+229=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #3469E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469E5 is #CB961A. Grayscale: #666666. Windows color (decimal): -13342235 or 15034676. OLE color: 15034676.

HSL color Cylindrical-coordinate representation of color #3469E5: hue angle of 222.03º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3469E5 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 105 229 -
CMYK 0.77 0.54 0 0.10
HSL 222.03º 0.77% 0.55% -
HSV(B) 222.03º 0.77% 0.9% -
XYZ 20.61 16.49 76.23 -
YUV 103.29 198.94 91.42 -
System Red Green Blue C M Y K H S L
Decimal 52 105 229 0.77 0.54 0 0.10 222.03 0.77 0.55
Hex 34 69 E5 4D 36 0 A DE 4D 37
Octal 64 151 345 115 66 0 12 336 115 67
Binary 110100 1101001 11100101 1001101 110110 0 1010 11011110 1001101 110111

Color Harmonies of #3469E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3469E5

Black with #3469E5

Text Example


Text Example

White with #3469E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3469E5; }

 p { color: rgb(52,105,229); }

 H1.HeaderClassName
 {
   color: #3469E5;
 }
 .AnyTagClassName
 {
   color: #3469E5;
 }
</style>

background-color css

<style>
 a { background-color: #3469E5; }

 a { background-color: rgb(52,105,229); }

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

border-color css

<style>
 span { border-color: #3469E5; }

 span { border-color: rgb(52,105,229); }

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