Html Css Color HEX #3268D0 Royal Blue

📋 copy color: '#3268D0'

red 50 ◦ green 104 ◦ blue 208

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

Shades of Royal Blue #3268D0

Tints of Royal Blue #3268D0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 208 (81.64% from 255) = 57.46%

R = 13.81%
G = 28.73%
B = 57.46%

CMYK

 C value IS 0.76

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3268D0 (or 0x3268D0) is known color: Royal Blue. HEX triplet: 32, 68 and D0. RGB value is (50,104,208). Sum of RGB (Red+Green+Blue) = 50+104+208=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #3268D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268D0 is #CD972F. Grayscale: #636363. Windows color (decimal): -13473584 or 13658162. OLE color: 13658162.

HSL color Cylindrical-coordinate representation of color #3268D0: hue angle of 219.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3268D0 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 104 208 -
CMYK 0.76 0.5 0 0.18
HSL 219.49º 0.63% 0.51% -
HSV(B) 219.49º 0.76% 0.82% -
XYZ 17.65 15.13 61.67 -
YUV 99.71 189.11 92.54 -
System Red Green Blue C M Y K H S L
Decimal 50 104 208 0.76 0.5 0 0.18 219.49 0.63 0.51
Hex 32 68 D0 4C 32 0 12 DB 3F 33
Octal 62 150 320 114 62 0 22 333 77 63
Binary 110010 1101000 11010000 1001100 110010 0 10010 11011011 111111 110011

Color Harmonies of #3268D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268D0

Black with #3268D0

Text Example


Text Example

White with #3268D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3268D0; }

 p { color: rgb(50,104,208); }

 H1.HeaderClassName
 {
   color: #3268D0;
 }
 .AnyTagClassName
 {
   color: #3268D0;
 }
</style>

background-color css

<style>
 a { background-color: #3268D0; }

 a { background-color: rgb(50,104,208); }

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

border-color css

<style>
 span { border-color: #3268D0; }

 span { border-color: rgb(50,104,208); }

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