Html Css Color HEX #3266EB Royal Blue

📋 copy color: '#3266EB'

red 50 ◦ green 102 ◦ blue 235

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

Shades of Royal Blue #3266EB

Tints of Royal Blue #3266EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 12.92%
G = 26.36%
B = 60.72%

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

#3266EB (or 0x3266EB) is known color: Royal Blue. HEX triplet: 32, 66 and EB. RGB value is (50,102,235). Sum of RGB (Red+Green+Blue) = 50+102+235=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #3266EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266EB is #CD9914. Grayscale: #656565. Windows color (decimal): -13474069 or 15427122. OLE color: 15427122.

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

Color convert

RGB 50 102 235 -
CMYK 0.79 0.57 0 0.08
HSL 223.14º 0.82% 0.56% -
HSV(B) 223.14º 0.79% 0.92% -
XYZ 21.06 16.18 80.61 -
YUV 101.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 50 102 235 0.79 0.57 0 0.08 223.14 0.82 0.56
Hex 32 66 EB 4F 39 0 8 DF 52 38
Octal 62 146 353 117 71 0 10 337 122 70
Binary 110010 1100110 11101011 1001111 111001 0 1000 11011111 1010010 111000

Color Harmonies of #3266EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3266EB

Black with #3266EB

Text Example


Text Example

White with #3266EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3266EB; }

 p { color: rgb(50,102,235); }

 H1.HeaderClassName
 {
   color: #3266EB;
 }
 .AnyTagClassName
 {
   color: #3266EB;
 }
</style>

background-color css

<style>
 a { background-color: #3266EB; }

 a { background-color: rgb(50,102,235); }

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

border-color css

<style>
 span { border-color: #3266EB; }

 span { border-color: rgb(50,102,235); }

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