Html Css Color HEX #3268EF Royal Blue

📋 copy color: '#3268EF'

red 50 ◦ green 104 ◦ blue 239

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

Shades of Royal Blue #3268EF

Tints of Royal Blue #3268EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 12.72%
G = 26.46%
B = 60.81%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3268EF (or 0x3268EF) is known color: Royal Blue. HEX triplet: 32, 68 and EF. RGB value is (50,104,239). Sum of RGB (Red+Green+Blue) = 50+104+239=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #3268EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3268EF is #CD9710. Grayscale: #666666. Windows color (decimal): -13473553 or 15689778. OLE color: 15689778.

HSL color Cylindrical-coordinate representation of color #3268EF: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3268EF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 104 239 -
CMYK 0.79 0.56 0 0.06
HSL 222.86º 0.86% 0.57% -
HSV(B) 222.86º 0.79% 0.94% -
XYZ 21.85 16.81 83.75 -
YUV 103.24 204.61 90.02 -
System Red Green Blue C M Y K H S L
Decimal 50 104 239 0.79 0.56 0 0.06 222.86 0.86 0.57
Hex 32 68 EF 4F 38 0 6 DF 56 39
Octal 62 150 357 117 70 0 6 337 126 71
Binary 110010 1101000 11101111 1001111 111000 0 110 11011111 1010110 111001

Color Harmonies of #3268EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268EF

Black with #3268EF

Text Example


Text Example

White with #3268EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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