Html Css Color HEX #3264FF Royal Blue

📋 copy color: '#3264FF'

red 50 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #3264FF

Tints of Royal Blue #3264FF

RGB

 RED value IS 50 (19.92% from 255) = 12.35%

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

 BLUE value IS 255 (100% from 255) = 62.96%

R = 12.35%
G = 24.69%
B = 62.96%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3264FF (or 0x3264FF) is known color: Royal Blue. HEX triplet: 32, 64 and FF. RGB value is (50,100,255). Sum of RGB (Red+Green+Blue) = 50+100+255=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #3264FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3264FF is #CD9B00. Grayscale: #666666. Windows color (decimal): -13474561 or 16737330. OLE color: 16737330.

HSL color Cylindrical-coordinate representation of color #3264FF: hue angle of 225.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3264FF is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 100 255 -
CMYK 0.80 0.61 0 0
HSL 225.37º 1% 0.6% -
HSV(B) 225.37º 0.8% 1% -
XYZ 23.92 17.01 96.63 -
YUV 102.72 213.94 90.4 -
System Red Green Blue C M Y K H S L
Decimal 50 100 255 0.80 0.61 0 0 225.37 1 0.6
Hex 32 64 FF 50 3D 0 0 E1 64 3C
Octal 62 144 377 120 75 0 0 341 144 74
Binary 110010 1100100 11111111 1010000 111101 0 0 11100001 1100100 111100

Color Harmonies of #3264FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264FF

Black with #3264FF

Text Example


Text Example

White with #3264FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3264FF; }

 p { color: rgb(50,100,255); }

 H1.HeaderClassName
 {
   color: #3264FF;
 }
 .AnyTagClassName
 {
   color: #3264FF;
 }
</style>

background-color css

<style>
 a { background-color: #3264FF; }

 a { background-color: rgb(50,100,255); }

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

border-color css

<style>
 span { border-color: #3264FF; }

 span { border-color: rgb(50,100,255); }

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