Html Css Color HEX #3464F8 Royal Blue

📋 copy color: '#3464F8'

red 52 ◦ green 100 ◦ blue 248

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

Shades of Royal Blue #3464F8

Tints of Royal Blue #3464F8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 248 (97.27% from 255) = 62%

R = 13%
G = 25%
B = 62%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3464F8 (or 0x3464F8) is known color: Royal Blue. HEX triplet: 34, 64 and F8. RGB value is (52,100,248). Sum of RGB (Red+Green+Blue) = 52+100+248=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #3464F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3464F8 is #CB9B07. Grayscale: #656565. Windows color (decimal): -13343496 or 16278580. OLE color: 16278580.

HSL color Cylindrical-coordinate representation of color #3464F8: hue angle of 225.31º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3464F8 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 100 248 -
CMYK 0.79 0.60 0 0.03
HSL 225.31º 0.93% 0.59% -
HSV(B) 225.31º 0.79% 0.97% -
XYZ 22.92 16.62 90.81 -
YUV 102.52 210.1 91.97 -
System Red Green Blue C M Y K H S L
Decimal 52 100 248 0.79 0.60 0 0.03 225.31 0.93 0.59
Hex 34 64 F8 4F 3C 0 3 E1 5D 3B
Octal 64 144 370 117 74 0 3 341 135 73
Binary 110100 1100100 11111000 1001111 111100 0 11 11100001 1011101 111011

Color Harmonies of #3464F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3464F8

Black with #3464F8

Text Example


Text Example

White with #3464F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3464F8; }

 p { color: rgb(52,100,248); }

 H1.HeaderClassName
 {
   color: #3464F8;
 }
 .AnyTagClassName
 {
   color: #3464F8;
 }
</style>

background-color css

<style>
 a { background-color: #3464F8; }

 a { background-color: rgb(52,100,248); }

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

border-color css

<style>
 span { border-color: #3464F8; }

 span { border-color: rgb(52,100,248); }

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