Html Css Color HEX #3264EA Royal Blue

📋 copy color: '#3264EA'

red 50 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #3264EA

Tints of Royal Blue #3264EA

RGB

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

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

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

R = 13.02%
G = 26.04%
B = 60.94%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3264EA (or 0x3264EA) is known color: Royal Blue. HEX triplet: 32, 64 and EA. RGB value is (50,100,234). Sum of RGB (Red+Green+Blue) = 50+100+234=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #3264EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3264EA is #CD9B15. Grayscale: #636363. Windows color (decimal): -13474582 or 15361074. OLE color: 15361074.

HSL color Cylindrical-coordinate representation of color #3264EA: hue angle of 223.7º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3264EA is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 100 234 -
CMYK 0.79 0.57 0 0.08
HSL 223.7º 0.81% 0.56% -
HSV(B) 223.7º 0.79% 0.92% -
XYZ 20.72 15.73 79.79 -
YUV 100.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 50 100 234 0.79 0.57 0 0.08 223.7 0.81 0.56
Hex 32 64 EA 4F 39 0 8 E0 51 38
Octal 62 144 352 117 71 0 10 340 121 70
Binary 110010 1100100 11101010 1001111 111001 0 1000 11100000 1010001 111000

Color Harmonies of #3264EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264EA

Black with #3264EA

Text Example


Text Example

White with #3264EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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