Html Css Color HEX #3265EA Royal Blue

📋 copy color: '#3265EA'

red 50 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #3265EA

Tints of Royal Blue #3265EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 12.99%
G = 26.23%
B = 60.78%

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

#3265EA (or 0x3265EA) is known color: Royal Blue. HEX triplet: 32, 65 and EA. RGB value is (50,101,234). Sum of RGB (Red+Green+Blue) = 50+101+234=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #3265EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3265EA is #CD9A15. Grayscale: #646464. Windows color (decimal): -13474326 or 15361330. OLE color: 15361330.

HSL color Cylindrical-coordinate representation of color #3265EA: hue angle of 223.37º 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 #3265EA is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 101 234 -
CMYK 0.79 0.57 0 0.08
HSL 223.37º 0.81% 0.56% -
HSV(B) 223.37º 0.79% 0.92% -
XYZ 20.82 15.93 79.82 -
YUV 100.91 203.1 91.69 -
System Red Green Blue C M Y K H S L
Decimal 50 101 234 0.79 0.57 0 0.08 223.37 0.81 0.56
Hex 32 65 EA 4F 39 0 8 DF 51 38
Octal 62 145 352 117 71 0 10 337 121 70
Binary 110010 1100101 11101010 1001111 111001 0 1000 11011111 1010001 111000

Color Harmonies of #3265EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3265EA

Black with #3265EA

Text Example


Text Example

White with #3265EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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