Html Css Color HEX #3265DE Royal Blue

📋 copy color: '#3265DE'

red 50 ◦ green 101 ◦ blue 222

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

Shades of Royal Blue #3265DE

Tints of Royal Blue #3265DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 13.4%
G = 27.08%
B = 59.52%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3265DE (or 0x3265DE) is known color: Royal Blue. HEX triplet: 32, 65 and DE. RGB value is (50,101,222). Sum of RGB (Red+Green+Blue) = 50+101+222=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #3265DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265DE is #CD9A21. Grayscale: #636363. Windows color (decimal): -13474338 or 14574898. OLE color: 14574898.

HSL color Cylindrical-coordinate representation of color #3265DE: hue angle of 222.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3265DE is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 101 222 -
CMYK 0.77 0.55 0 0.13
HSL 222.21º 0.72% 0.53% -
HSV(B) 222.21º 0.77% 0.87% -
XYZ 19.15 15.26 71.04 -
YUV 99.55 197.1 92.66 -
System Red Green Blue C M Y K H S L
Decimal 50 101 222 0.77 0.55 0 0.13 222.21 0.72 0.53
Hex 32 65 DE 4D 37 0 D DE 48 35
Octal 62 145 336 115 67 0 15 336 110 65
Binary 110010 1100101 11011110 1001101 110111 0 1101 11011110 1001000 110101

Color Harmonies of #3265DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3265DE

Black with #3265DE

Text Example


Text Example

White with #3265DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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